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



Difference o_O - Dreftas - 08.03.2010

What is difference between
pawn Код:
#define SOMETHING 5
and
pawn Код:
#define SOMETHING (5)
?


Re: Difference o_O - Gyvo - 08.03.2010

As far as I know nothing to be honest.


Re: Difference o_O - Desert - 08.03.2010

The diffrence is nothing as everything inside ( ) will of math laws always be calculated first. And as its equals 5 it will have no effect