04.12.2011, 22:21
You used a lot of arrays/variables, if you added arrays like everytime under command/callback like
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)
pawn Код:
CMD:hi(playerid,params[])
{
new Name[MAX_PLAYER_NAME];
....
}
CMD:bye(playerid,params[])
{
new Name[MAX_PLAYER_NAME};
....
}