SA-MP Forums Archive
Help with single line - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with single line (/showthread.php?tid=354876)



Help with single line - kaiks - 28.06.2012

Ok, i've got this line over here and i want it to not give me a warning, because i don't like warnings.
pawn Код:
if(gTeam[player] = 2)



Re: Help with single line - zombieking - 28.06.2012

gTeam[player] == 2 , you need double = (equal sign) at if checks


Re: Help with single line - kaiks - 28.06.2012

Yup, thanks