Pawn compiling - 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: Pawn compiling (
/showthread.php?tid=553629)
Pawn compiling -
Alvord - 30.12.2014
I would like to ask if
renaming and putting strings down to 128 max cell size be effective in avoiding this warning?
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 18000 bytes
Code size: 1101320 bytes
Data size: 4469560 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 5605264 bytes
Re: Pawn compiling -
Alvord - 30.12.2014
Oh geez, I should have asked first before renaming them. Thanks Y Less!
Edit: I already changed most of them to [128] some to [64] and [32] except for those that I use to query. It's still the same.