Simple scripting question
#1

Hey,
I'm using
new pName[MAX_PLAYER_NAME][MAX_PLAYERS];
to store every player's name to an array..
But I just thought, shouldn't it be
new pName[MAX_PLAYERS][MAX_PLAYER_NAME];
?

I didn't had problems with it, but maybe because I have never had more than 24 (MAX_PLAYER_NAME) players in my server?
Reply


Messages In This Thread
Simple scripting question - by SiJ - 24.02.2010, 17:20
Re: Simple scripting question - by BlackFoX - 24.02.2010, 17:23
Re: Simple scripting question - by Joe Staff - 24.02.2010, 17:24
Re: Simple scripting question - by SiJ - 24.02.2010, 17:25

Forum Jump:


Users browsing this thread: 1 Guest(s)