SA-MP Forums Archive
what is this ? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: what is this ? (/showthread.php?tid=124856)



what is this ? - E-Rage - 01.02.2010

what does this mean ? if(classid == 4)


Re: what is this ? - Correlli - 01.02.2010

That code checks if classid is equal to 4.

https://sampwiki.blast.hk/wiki/Scripting_Basics


Re: what is this ? - Doppeyy - 01.02.2010

== equal to
>= higher/bigger then
<= smaller/lower then

A couple of examples for you .

[Doppeyy