Help.
#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


Messages In This Thread
Help. - by nogh445 - 04.12.2011, 21:23
Re: Help. - by bartje01 - 04.12.2011, 21:47
Re: Help. - by Tanush123 - 04.12.2011, 22:21

Forum Jump:


Users browsing this thread: 1 Guest(s)