Integral diffrences. (new) - 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: Integral diffrences. (new) (
/showthread.php?tid=462278)
Integral diffrences. (new) -
sKgaL - 06.09.2013
Is there any differences bettween -
PHP код:
new var = -1;
new int:var = -1;
Thanks.
Re: Integral diffrences. (new) -
KingHual - 06.09.2013
Yes - the tag "int" doesn't exist.