SA-MP Forums Archive
Wiered Compiling - 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: Wiered Compiling (/showthread.php?tid=128164)



Wiered Compiling - silvan - 16.02.2010

Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:      4388 bytes
Code size:      240020 bytes
Data size:      337860 bytes
Stack/heap size:   580000 bytes; estimated max. usage=99000528 cells (396002112 bytes)
Total requirements: 1162268 bytes
Is this compiling log ok? i mean is it some kind of error or warning?


Re: Wiered Compiling - Souvlaki - 16.02.2010

Its seems okey too me,you didnt get any errors


Re: Wiered Compiling - Joe Staff - 16.02.2010

It means you've got too much excess arrays (basically)

Stuff like
pawn Код:
new tmp[256];
GetPlayerName(playerid,tmp,24);
is a big waste of space, so eventually it will throw that thing at you.


Re: Wiered Compiling - silvan - 16.02.2010

o ic.. i'm just adding a house system to my GM so first i'm trying to define loading system so there will be too much for now, btw does a Float number such as cordinates saves in a text file with this line?

Hinfo[hid][iconX] = strval(SplitDiv[2]);