View Single Post
Halt
Senior Member
Join Date: Jan 2015
Location: Black Mesa
Old 09-15-2017 , 17:03   Re: Server.cfg not executing
Reply With Quote #16

Quote:
Originally Posted by Bacardi View Post
...ok
Use cheat cvar
sm_cvar tf_sentrygun_damage "5"

and plugin for this, game reset this cvar automatically after configs
PHP Code:
ConVar mp_waitingforplayers_cancel;

public 
void OnPluginStart()
{
    
mp_waitingforplayers_cancel FindConVar("mp_waitingforplayers_cancel");
    
mp_waitingforplayers_cancel.SetBounds(ConVarBound_Lowertrue1.0);


Btw, read cvar decriptions.
Code:
"mp_teams_unbalance_limit" = "30.000000" ( def. "1" ) min. 0.000000 max. 30.000000
 game replicated
 - Teams are unbalanced when one team has this many more players than the other team. (0 disables heck)
"mp_autoteambalance" = "0" ( def. "1" ) min. 0.000000 max. 2.000000
 game notify
 - Automatically balance the teams based on mp_teams_unbalance_limit. 0 = off, 1 = forcibly switch, 2 = ask volunteers
Rip okay then I'll remove the unbalancelimit. Thanks for that tip

I'm going to test that tonight thanks Bacardi!
Halt is offline