#1

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

So? xD It's compiled. It's just fine,.
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)