I don't know? - 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: I don't know? (
/showthread.php?tid=166139)
I don't know? -
ScottCFR - 07.08.2010
I just compiled my game mode. I've never gotten this before, can someone tell me what it's for?
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 5036 bytes
Code size: 364884 bytes
Data size: 603208 bytes
Stack/heap size: 16384 bytes; estimated max. usage=66063 cells (264252 bytes)
Total requirements: 989512 bytes
Re: I don't know? -
Kar - 07.08.2010
TURN ALL new string[150+] to new string[128];
and remove any new string[256][256];
or new string[128][128];
change em to new string[128];
Re: I don't know? -
[XST]O_x - 07.08.2010
https://sampforum.blast.hk/showthread.php?tid=55261
Means your script has token more memory than expected.
Commonly happens when a lot of strings with big arrays are used
,I think so at least.