SA-MP Forums Archive
!strcmp error, confused - 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: !strcmp error, confused (/showthread.php?tid=317541)



!strcmp error, confused - Mosslah - 11.02.2012

EDIT: Fixed!


Re: !strcmp error, confused - thimo - 11.02.2012

lol isnt defined as a string but as a interger


AW: !strcmp error, confused - Littl3j0hNy - 11.02.2012

Try:

pawn Code:
new lol;
To:

pawn Code:
new lol[5];

regards,
LJ