SA-MP Forums Archive
How to check if two variables do not equal the same thing? - 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: How to check if two variables do not equal the same thing? (/showthread.php?tid=620765)



How to check if two variables do not equal the same thing? - UnholyBeast - 02.11.2016

How would I go about checking if two variables do NOT equal the same thing?


Re: How to check if two variables do not equal the same thing? - Nero_3D - 03.11.2016

http://y-less.com/uploads/pawn-lang-3.0.3367.pdf

I think it should be somewhere in there
- Operators and expressions (page 95)

These are also good to know
- Error and warning messages (page 134)
- Statements (page 102)
- Directives (page 107)
- The remaining document

For strings
- https://sampwiki.blast.hk/wiki/Strcmp


Re: How to check if two variables do not equal the same thing? - UnholyBeast - 03.11.2016

Thank you very much. I didn't know this existed.