25.11.2011, 21:31
I think you made a error
Should be
So it will only work for rcons
pawn Code:
if(IsPlayerAdmin(playerid))
return SendClientMessage(playerid, "You are not allowed to use this command");
pawn Code:
if(!IsPlayerAdmin(playerid))
return SendClientMessage(playerid, "You are not allowed to use this command");