Quote:
Originally Posted by Franc1sco
Sm plugins list? Probably is because you use zr_forceteams plugin.
|
I don't think so, I didn't install any extra plugins besides zombiereloaded.
Quote:
Originally Posted by Bacardi
Counter-strike have also cvar for this.
Code:
"mp_humanteam" = "any"
FCVAR_GAMEDLL FCVAR_REPLICATED - Restricts human players to a single team {any, CT, T}
And many others https://github.com/ambaca/Bacardi-Du...2020-03-27.txt
Look configs you not have set that cvar anywhere and reboot server.
You can check cvar value by typing only cvar name.
|
Thank you for the link, I went into it and searched by the word team and started to check every cvar.
But I've already had that cvar on "any" and every other cvar didn't do the trick.
But with that in mind I went to the zombiereloaded.cfg and I found the next cvar:
Code:
// Balances the team every time the round ends. Disable this if you use something else to balance teams.
// Default: "1"
zr_roundend_balance_teams "1"
I changed it to 0 and that was it.
Thank you for your help anyway, and before this thread is closed, do you guys have any guide on how to add zombie classes? I've been searching but somehow I've only found cs 1.6 guides for that.
Edit: I figured how to add classes and I succesfully added a few more, but I noticed something, every round both my zombie and human classes reset from the ones I chose. Idk what could be causing this, I dont have random classes enabled.