08.12.2011, 08:32
You do
try doing
The script might assume there's another if clausule coming, and therefore ignores the else if, because there's no else in your script.
pawn Код:
else if(Admin[playerid] == 1)
pawn Код:
else (Admin[playerid] == 1)