How to indentify array length? - 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: How to indentify array length? (
/showthread.php?tid=136244)
How to indentify array length? -
borisblat - 24.03.2010
Hi,
How to indentify array length?
I know in Java it's arrayname.length;
but how it's in PWN?
Re: How to indentify array length? -
mick88 - 24.03.2010
sizeof(array)
Re: How to indentify array length? -
borisblat - 24.03.2010
oh yeah, right haha..
thakns.