SA-MP Forums Archive
A question - 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: A question (/showthread.php?tid=537636)



A question - ilay65 - 16.09.2014

How do I check if a string is not equal to the string?
Is very very very imported.
please help!


Re: A question - ranme15 - 16.09.2014

pawn Код:
if(strcmp(string[1], string[2], true))



Re: A question - ilay65 - 16.09.2014

Quote:
Originally Posted by ranme15
Посмотреть сообщение
pawn Код:
if(strcmp(string[1], string[2], true))
Код:
error 035: argument type mismatch (argument 1)



Re: A question - ranme15 - 16.09.2014

Quote:
Originally Posted by ilay65
Посмотреть сообщение
Код:
error 035: argument type mismatch (argument 1)
Show me the whole line please.


Re: A question - ilay65 - 16.09.2014

Quote:
Originally Posted by ranme15
Посмотреть сообщение
Show me the whole line please.
No matter, I got along, thank you


Re: A question - Abagail - 16.09.2014

Removed.