03.03.2012, 17:13
nevermind,
this fixed the problem
pawn Код:
if(PlayerInfo[playerid][pAdmin] <= 1)
{
SendClientMessage(playerid,COLOR_YELLOW,"Your admin level is not high enough to use this command");
return 1;
}