On Compile
#1

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
Reply
#2

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)