06.03.2015, 13:38
I used this:
I don't have the variable I think... I am noob so I don't know
PHP код:
if(PlayerInfo[playerid][pLevel] > 6)
{
SafeSetPlayerPos(playerid, Float:x, Float:y, Float:z);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "You must be level 6 to spawn");
return 1;
}