I don't know?
#1

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

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];
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)