What does this mean when I compile it? - 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: What does this mean when I compile it? (
/showthread.php?tid=65253)
What does this mean when I compile it? -
MarcusX - 10.02.2009
I was Compiling this script and this poped up,
Quote:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 6504 bytes
Code size: 1380016 bytes
Data size: 2350448 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4904 cells (19616 bytes)
Total requirements: 3753352 bytes
|
Help?
Re: What does this mean when I compile it? -
Nimphious - 10.02.2009
Quote:
Originally Posted by MarcusX
I was Compiling this script and this poped up,
Quote:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 6504 bytes
Code size: 1380016 bytes
Data size: 2350448 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4904 cells (19616 bytes)
Total requirements: 3753352 bytes
|
Help?
|
Just gives you info on the script? anyways it's happend to me before and it doesnt ruin the script.
Re: What does this mean when I compile it? -
MarcusX - 10.02.2009
Yeh I just found that out x]
Re: What does this mean when I compile it? -
1337pr0 - 11.02.2009
You normally get this when your script is very large, 20000/30000 lines or over, I think.
Re: What does this mean when I compile it? -
Donny_k - 11.02.2009
Your arrays are too large, resize them.
Re: What does this mean when I compile it? -
MarcusX - 11.02.2009
arrays?
Re: What does this mean when I compile it? -
Donny_k - 11.02.2009
Yes arrays, if you don't know what an array is then stick your head into the manual (pawn_lang.pdf) and find out.
Re: What does this mean when I compile it? -
c-middia - 11.02.2009
if after you clean up and still get this report..
you can allways give your gm some more room
put this at the top