SA-MP Forums Archive
What is this? How I fix 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What is this? How I fix this? (/showthread.php?tid=90002)



What is this? How I fix this? - Chrham_2 - 05.08.2009

I know the topic must have a title so they know what it is, but i don't know what this is called:

pawn Код:
Header size:      9504 bytes
Code size:     1544084 bytes
Data size:     5283192 bytes
Stack/heap size:   16384 bytes; estimated max. usage=4285 cells (17140 bytes)
Total requirements: 6853164 bytes
How do I fix that?


Re: What is this? How I fix this? - Agent Smith - 05.08.2009

You dont need to fix it, It is just saying how big it is..


Re: What is this? How I fix this? - JaTochNietDan - 05.08.2009

This is a warning that you're creating more cells than your script can possibly use. To get rid of it, try using smaller strings and making global strings instead of creating them constantly.