How do I get a compilation report like this? (PAWNO) - 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: How do I get a compilation report like this? (PAWNO) (
/showthread.php?tid=461374)
How do I get a compilation report like this? (PAWNO) -
Dokins - 01.09.2013
pawn Код:
Header size: 9288 bytes
Code size: 2101596 bytes
Data size: 4524568 bytes
Stack/heap size: 16384 bytes; estimated max. usage=5253 cells (21012 bytes)
Total requirements: 6651836 bytes
I'm trying to find out what the cause of my lag is, how do I do this when I hit compile?
Re: How do I get a compilation report like this? (PAWNO) -
Konstantinos - 01.09.2013
http://forum.sa-mp.com/showpost.php?...32&postcount=7
Re: How do I get a compilation report like this? (PAWNO) -
Dokins - 01.09.2013
I still don't understand?
Re: How do I get a compilation report like this? (PAWNO) -
Konstantinos - 01.09.2013
Make a file called pawn.cfg into pawno directory. Open the file and type "-d3" in it, then save the file. Re-compile your script and more information will be shown too.
Re: How do I get a compilation report like this? (PAWNO) -
Dokins - 01.09.2013
Thank you very much.