SA-MP Forums Archive
On Compile - 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: On Compile (/showthread.php?tid=441927)



On Compile - Facerafter - 04.06.2013

After (finally) got y_ini to work with my /adjustrankname cmd
I got this at compiling:
pawn Code:
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:            896 bytes
Code size:             6884 bytes
Data size:            11240 bytes
Stack/heap size:      16384 bytes; estimated max. usage=11031 cells (44124 bytes)
Total requirements:   35404 bytes
And i was wondering what it is/mean


Re: On Compile - Littlehelper - 04.06.2013

Some where in the script you are using over-sized string size.


Re: On Compile - Kalladel - 04.06.2013

pawn Code:
#pragma dynamic 4500
put it under the #includes... it would help!


Re: On Compile - Red_Dragon. - 05.06.2013

use #pragma dynamic (add a value that is higher than the estimated maximum usage of cells).