SA-MP Forums Archive
Pawno Question... - 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: Pawno Question... (/showthread.php?tid=186231)



Pawno Question... - M3NK5 - 28.10.2010

Hey, just a quick question, what does this mean?
PHP код:
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
Header size
:           9496 bytes
Code size
:          1632460 bytes
Data size
:         10357180 bytes
Stack
/heap size:      16384 bytesestimated maxusage=4466 cells (17864 bytes)
Total requirements:12015520 bytes 



Re: Pawno Question... - ViruZZzZ_ChiLLL - 28.10.2010

It means that your code is totally unoptimized.

Perhaps it's with Variables being too big.

like : string[256];


Re: Pawno Question... - Lorenc_ - 28.10.2010

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Посмотреть сообщение
It means that your code is totally unoptimized.

Perhaps it's with Variables being too big.

like : string[256];
Mostly using too much cells, most rp scripts have that on compile.


Re: Pawno Question... - LarzI - 28.10.2010

Search next time, will ya?

https://sampforum.blast.hk/showthread.php?tid=55261