Warning for my command|
#2

pawn Код:
if(PlayerInfo[playerid][AdminLevel] = 1337)
should be:

pawn Код:
if(PlayerInfo[playerid][AdminLevel] == 1337)
You just missed one '='.

PS: Next time please mark the line where the error is, then it is easier to find it. ^^

Jeffry
Reply


Messages In This Thread
Warning for my command| - by DaRealz - 24.06.2011, 18:47
Re: Warning for my command| - by Jeffry - 24.06.2011, 20:12

Forum Jump:


Users browsing this thread: 1 Guest(s)