06.11.2016, 15:51
You should put the code from /robstore in here
Show us the code for /robstore if you want more help.
PHP код:
if(GetPlayerScore(playerid) >= 7) //If the score of the players is 7 or higher
{
//The code for from /robstore should come here
}
else //if the score of the player is lower than 7
{
SendClientMessage(playerid, 0xFF0000FF, "You have to be at least level 7 to use this command");
}