31.01.2010, 22:31
You`re missing a =
if(PlayerAdminLevel[playerid] == 1337 || InAdminMode[playerid] =0);
should be
if(PlayerAdminLevel[playerid] == 1337 || InAdminMode[playerid] ==0);
Same goes for the other if statement.
if(PlayerAdminLevel[playerid] == 1337 || InAdminMode[playerid] =0);
should be
if(PlayerAdminLevel[playerid] == 1337 || InAdminMode[playerid] ==0);
Same goes for the other if statement.