15.12.2013, 15:39
You are using an incorrect operator and you also have an extra parentheses
Should be
Код:
if(!PlayerInfo[playerid][pAdmin]) = 1) return SendClientMessage(playerid, COLOR_RED, "[BG:RP] Niste ovlascenji da koristite ovu komandu.");
Код:
if(PlayerInfo[playerid][pAdmin] != 1) return SendClientMessage(playerid, COLOR_RED, "[BG:RP] Niste ovlascenji da koristite ovu komandu.");