sv_maxclient + sv_privateclients

Discussion for any ET/ETPro/BayonET bugs or cheats you find...

Moderators: Forum moderators, developers

Post Reply
tiroloco
Posts: 22
Joined: Fri Sep 19, 2003 6:40 pm

sv_maxclient + sv_privateclients

Post by tiroloco »

If you use the following cvars secuence in your server.cfg

set sv_maxclients "18"
set sv_privateclients "2"

to restrict the numbers of clients. The total number of clients allowed to connect to your server is wronly incremented up to 20. To solve this, you must add another "set sv_maxclients" line.

set sv_maxclients "18"
set sv_privateclients "2"
set sv_maxclients "18"
User avatar
Badhabit
Posts: 312
Joined: Sat Oct 26, 2002 9:09 pm
Location: Boise, Idaho

Post by Badhabit »

I have the {Zer0} server set like this, and only 20 pub and 10 private players can join.

Code: Select all

set sv_maxclients "30"
set sv_privateclients "10"
{Zer0}'s House of Torment 67.19.67.118:27960
{Zer0}'s RTCW server 67.19.67.119:27960
Now Lets Go Kick Some ASS
And thats an Order.
Image
tiroloco
Posts: 22
Joined: Fri Sep 19, 2003 6:40 pm

Post by tiroloco »

Well, We have 2 ET servers hosted at different providers. They use different configuration files (server.cfg) and one of them behave as I described it before. I'm sure it has something to do with the server.cfg's lines order but i'm too lazy to check it. :)
Post Reply