1

Topic: Only 2 active players are allows

Hello,
I have started a dedicated server but only 2 persons can play together.

---snap---
sv_name SERVERNAME
sv_map dm1
sv_scorelimit 20
sv_timelimit 10
sv_gametype dm
sv_rcon_password PASS
sv_motd Server MOTD
sv_max_clients 12
sv_spectator_slots 10
sv_port PORT
sv_bindaddr IP
sv_register 1
---snap---

Is that config right?

2

Re: Only 2 active players are allows

sv_spectator_slots defines how many of the sv_max_clients are spectators. 12-10 = 2 active players.

bam: WARNING:'src/game/server/gamemodes/mod.cpp' comes from the future

3

Re: Only 2 active players are allows

ahhhhhhhhh big_smile

thanks! ;-)