1

Topic: Player slots

Sorry for stupid question and bad english.

i know about:
sv_max_clients - number of clients that can be on the server at the same time;
sv_spectator_slots - how many of the max clients-number that will be spectators only.
But how can I limit number of player slots?

2

Re: Player slots

sv_max_clients - sv_spectator_slots = player slots

Used to be very active waay back

3

Re: Player slots

ie, if I set

sv_max_clients 5
sv_spectator_slots 4

only 1 player will be able to play?
huh?

4

Re: Player slots

That is correct.