08.02.2018, 20:32
just try to use this function
Код:
//Example: public OnPlayerRequestSpawn(playerid) { if(!IsPlayerAdmin(playerid)) { SendClientMessage(playerid, -1, "You may not spawn."); return 0; } return 1; }