26.06.2016, 16:56
Quote:
I'm not sure if you have fixed this or not but anybody can use the command /createspeed. You should perhaps check the player's admin level with:
Код:
if (PlayerData[playerid][pAdmin] < 5) return SendErrorMessage(playerid, "You don't have permission to use this command."); |