32 warnings
#3

pawn Код:
else if(ChosenSkin[playerid] = 249)
should be:
pawn Код:
else if(ChosenSkin[playerid] == 249)
Same goes for all other statements and you should read this: http://forum.sa-mp.com/index.php?topic=79810.0
Reply


Messages In This Thread
32 warnings - by Manku - 13.09.2009, 12:39
Re: 32 warnings - by roschti - 13.09.2009, 12:43
Re: 32 warnings - by Correlli - 13.09.2009, 12:43
Re: 32 warnings - by Manku - 13.09.2009, 12:46
Re: 32 warnings - by Woet - 13.09.2009, 13:15

Forum Jump:


Users browsing this thread: 1 Guest(s)