21.05.2011, 12:37
Why using PVar's if you have AccInfo[playerid][OnDuty] on your script?
Also you are checking if player is lvl 1 or more, then if theyre on duty, if not, they will get text "Admin on duty\n Do NOT attack!"...
The problem is in this:
if(AccInfo[playerid][Level] >= 1)
should be:
if(AccInfo[playerid][_____ADMIN____] >= 1)
Also you are checking if player is lvl 1 or more, then if theyre on duty, if not, they will get text "Admin on duty\n Do NOT attack!"...
The problem is in this:
if(AccInfo[playerid][Level] >= 1)
should be:
if(AccInfo[playerid][_____ADMIN____] >= 1)