Quote:
Originally Posted by Seif_ [adream-rp.com
]
Quote:
Originally Posted by Joe Staff
Quote:
Originally Posted by Vetle
new string[1024];
|
It has to be big to accomodate up to 500 player names. I'll switch it over to use MegaHugeString1, the global temp variable.
|
You should do like what Y_Less said, shorten the array size and limit the list to 10-32 players and add a "more" option.
|
That makes sense, I guess then it would only need a 512 array size (MAX_PLAYER_NAME+5)*17.
I've just always hated 'more' tabs. But with 15 names to go by it wouldn't be such a hassle. Just need to add a new variable.
EDIT* I think I'm going to re-write it entirely so it's systems are easier on the eyes.