Just to be sure
#2

Each 1 cell is 3-4 bytes.

What you're doing do you're doing is this:
4 * 400 = 1600 bytes.

You are not creating 400 "messages" though creating cells which in-large your AMX file and is really unefficent.
You might aswell create the variable Like:

pawn Код:
new message[41+MAX_PLAYER_NAME+10]; //41 characters in total, + the max player name and another extra 10 cells
Reply


Messages In This Thread
Just to be sure - by rt-2 - 14.06.2011, 07:05
Re: Just to be sure - by Lorenc_ - 14.06.2011, 07:13
Re: Just to be sure - by Calgon - 14.06.2011, 07:28
Re: Just to be sure - by rt-2 - 14.06.2011, 07:45

Forum Jump:


Users browsing this thread: 1 Guest(s)