SA-MP Forums Archive
Just a question - 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: Just a question (/showthread.php?tid=436264)



Just a question - Don_Cage - 10.05.2013

Im just checking around in my script and i saw this
pawn Код:
new CarInfo[600][cInfo];
in the end of the carinfo.
Well my question is, what does the 600 stands for?


AW: Just a question - HurtLocker - 10.05.2013

means the carinfo variable can have a limit of 600*cInfo number of values assigned to it.