05.08.2011, 12:39
another thing i want to do this
instead of this
but its not working whats wrong with it?
pawn Код:
if(!IsPlayerAdmin(playerid) || PlayerInfo[playerid][pAdmin] >= 2 || PlayerInfo[playerid][pHelper] >= 2 ) return SendClientMessage(playerid, 0xFF4646FF, "You are not authorized to use that command !");
pawn Код:
if(!IsPlayerAdmin(playerid)) return 1;