getmaxplayers()
#1

Hello,

i use it in my gamemode, i need to replace MAX_PLAYERS ( so 500) by new maxp = getmaxplayers() ( so 50 in my server)?


new TransportDuty[MAX_PLAYERS];
new TransportValue[MAX_PLAYERS];

or:

new TransportDuty[maxp];
new TransportValue[maxp];


or both, finally it's similar?
Reply


Messages In This Thread
getmaxplayers() - by nico005 - 13.08.2010, 13:19
Re: getmaxplayers() - by Sascha - 13.08.2010, 13:28
Re: getmaxplayers() - by nico005 - 13.08.2010, 17:40
Re: getmaxplayers() - by nico005 - 13.08.2010, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)