problem with sv_maxclients
My dvar "sv_maxclients" is set to "2" and when i try to change it says:
Code:
'18' is not a valid value for dvar 'sv_maxclients'
Domain is any integer from 1 to 2
when i type: "sv_maxclients" to get more info it says:
Code:
"sv_maxclients" is: "2" default: "18"
Domain is any integer from 1 to 2
this looks contradictory to me (default is 18 but allowed is only an integer from 1 to 2).
how can i solve this problem because it prevents me from hosting games with more than 2 players.
there's a second problem:
i cannot host any private matches alone with me as the only player (map stops loading with: "awaiting challange 1 2 3...") but that worked fine few days ago. i guess it has something to do with the first problem.