Problem - 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: Problem (
/showthread.php?tid=319550)
Problem -
adimelek - 19.02.2012
When compiling something, I give it. what? and what should I do my work? thanks
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 10640 bytes
Code size: 2001184 bytes
Data size: 9903276 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4125 cells (16500 bytes)
Total requirements:11931484 bytes
Re: Problem -
aRoach - 19.02.2012
Put this at the top of your script(
OPTIONAL ):
That thing that you've posted it's normal, but you can make it dissapear with that code above....
EDIT: It it's not working, just increase the value...
Re: Problem -
deltapro - 19.02.2012
try to put your #Pragma dynamic 15k
Re: Problem -
adimelek - 19.02.2012
Thank you!!!!!!!!!!