Wiered Compiling
#1

Код:
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?
Reply
#2

Its seems okey too me,you didnt get any errors
Reply
#3

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.
Reply
#4

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]);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)