01.01.2013, 00:39
this should work.
Код:
CMD:command(playerid, params[]) { if(!playerVariables[playerid][pBCSD] <= 5 || !playerVariables[playerid][pAdmin] <= 5) //code else { SendClientMessage(playerid, -1, "ERROR:You are not in BCSD or an admin!"); return 1; } }