What does this mean when I compile it?
#1

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?

Reply
#2

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.
Reply
#3

Yeh I just found that out x]
Reply
#4

You normally get this when your script is very large, 20000/30000 lines or over, I think.
Reply
#5

Your arrays are too large, resize them.
Reply
#6

arrays?

Reply
#7

Yes arrays, if you don't know what an array is then stick your head into the manual (pawn_lang.pdf) and find out.
Reply
#8

if after you clean up and still get this report..
you can allways give your gm some more room
pawn Код:
#pragma dynamic 16384
put this at the top
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)