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



Array Size - Dairyll - 07.05.2009

How do I change the array size?


Re: Array Size - [HiC]TheKiller - 07.05.2009

Well for example:

pawn Код:
new lololololololol[128]
Is 128 cells inside the array.

pawn Код:
new lololololololololol[9758789875497893789578875879549957854743987758493]
Is 9758789875497893789578875879549957854743987758493 cells

Hope that answers it.


Re: Array Size - MenaceX^ - 07.05.2009

Also I recommend to read ******' topic (Why you should not use 256 cells strings)