Default value for 2D array
- 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: Default value for 2D array (
/showthread.php?tid=311369
)
Default value for 2D array -
papedo
- 16.01.2012
https://sampforum.blast.hk/showthread.php?pid=1627145#pid1627145
Is possible set default value for bigger arrays ?
Код:
new array[184][144];
I have to write "{-1}," 144x?
Код:
{{-1},{-1},{-1},{-1},{-1},{-1},{-1},{-1},{-1},{-1},{-1},{-1},{-1},{-1},{-1},..}