13.08.2010, 13:19
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?
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?