Help. - 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: Help. (
/showthread.php?tid=301601)
Help. -
nogh445 - 04.12.2011
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 10032 bytes
Code size: 1991832 bytes
Data size: 1856132 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4255 cells (17020 bytes)
Total requirements: 3874380 bytes
this is what i get from pawn compiler?!
Re: Help. -
bartje01 - 04.12.2011
So? xD It's compiled. It's just fine,.
Re: Help. -
Tanush123 - 04.12.2011
You used a lot of arrays/variables, if you added arrays like everytime under command/callback like
pawn Код:
CMD:hi(playerid,params[])
{
new Name[MAX_PLAYER_NAME];
....
}
CMD:bye(playerid,params[])
{
new Name[MAX_PLAYER_NAME};
....
}
Just remove those lines and add one under your includes. Do the rest for your others (That message means your using a lot of space or something, i cant find the topic on forum lol)