09-27-2010, 07:41 AM
Hello
I have 2 servers
and one of them is surf and the other is minigames.
Now on the surf 2 problems
when it's a stacked team like 5 cts and 2 ts autobalance does not work.
current settings for surf is:
mp_autoteambalance 1
mp_limitteams 2
This I dont know what to set is as.
mp_teams_unbalance_limit
The other problem on surf is map won't change from rtv (works on minigames)
// When to change the map after a succesful RTV: 0 - Instant, 1 - RoundEnd, 2 - MapEnd
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "2.000000"
sm_rtv_changetime "0"
i want instant but it does it at round end, using the latest version of sourcemod and metamod.
Minigames is basically the same thing on surf Don't know why it does not team balance and players complain about stacked teams I tried everything.
I have 2 servers
and one of them is surf and the other is minigames.
Now on the surf 2 problems
when it's a stacked team like 5 cts and 2 ts autobalance does not work.
current settings for surf is:
mp_autoteambalance 1
mp_limitteams 2
This I dont know what to set is as.
mp_teams_unbalance_limit
The other problem on surf is map won't change from rtv (works on minigames)
// When to change the map after a succesful RTV: 0 - Instant, 1 - RoundEnd, 2 - MapEnd
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "2.000000"
sm_rtv_changetime "0"
i want instant but it does it at round end, using the latest version of sourcemod and metamod.
Code:
// This file was auto-generated by SourceMod (v1.3.4)
// ConVars for plugin "rockthevote.smx"
// When to change the map after a succesful RTV: 0 - Instant, 1 - RoundEnd, 2 - MapEnd
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "2.000000"
sm_rtv_changetime "0"
// Time (in seconds) before first RTV can be held
// -
// Default: "30.0"
// Minimum: "0.000000"
sm_rtv_initialdelay "30.0"
// Time (in seconds) after a failed RTV before another can be held
// -
// Default: "240.0"
// Minimum: "0.000000"
sm_rtv_interval "240.0"
// Number of players required before RTV will be enabled.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "64.000000"
sm_rtv_minplayers "2"
// Percentage of players needed to rockthevote (Def 60%)
// -
// Default: "0.60"
// Minimum: "0.050000"
// Maximum: "1.000000"
sm_rtv_needed "0.80"
// What to do with RTV's after a mapvote has completed. 0 - Allow, success = instant change, 1 - Deny
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_rtv_postvoteaction "0"
Minigames is basically the same thing on surf Don't know why it does not team balance and players complain about stacked teams I tried everything.