SA-MP Forums Archive
WTF is this? - 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: WTF is this? (/showthread.php?tid=370176)



WTF is this? - Spooky - 19.08.2012

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 2512 bytes
Code size: 38580 bytes
Data size: 462000 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4238 cells (16952 bytes)
Total requirements: 519476 bytes


Re: WTF is this? - ryansheilds - 19.08.2012

I think it means you're using big strings where they're not required to be so big. It's not a error so doesn't really matter.


Re: WTF is this? - Spooky - 19.08.2012

k how to remove it?


Re: WTF is this? - Avi57 - 19.08.2012

#pragma dynamic 1000000

Rep me if It Helped u


Re: WTF is this? - avivelkayam - 19.08.2012

i heard sometime that can be bugs from this
to fix it use
#pragma dynamic (size)