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



variables - Khelif - 25.08.2009

Код:
new variable[3];
pawn Код:
if(variable[!2] == 1)
{
  ....
}
does that mean if the variable is other than 2? its basically then 0 and 1?


Re: variables - Paladin - 25.08.2009

I think it does.
Why not try it for yourself?