mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-09 00:33:21 +00:00
Fixes
This commit is contained in:
parent
8195e8914f
commit
9862a41f11
4 changed files with 6 additions and 9 deletions
|
@ -72,8 +72,6 @@ public void OnPluginStart() {
|
|||
hBotDefendChance = CreateConVar("sm_ftt_bot_defend_chance", "0.75", "% Chance bots will defend themselves.", FCVAR_NONE, true, 0.0, true, 1.0);
|
||||
|
||||
hSbFriendlyFire = FindConVar("sb_friendlyfire");
|
||||
hSbFixEnabled = FindConVar("sb_fix_enabled");
|
||||
hAbmAutoHard = FindConVar("abm_autohard");
|
||||
|
||||
if(hBotReverseFFDefend.IntValue > 0) hSbFriendlyFire.BoolValue = true;
|
||||
hBotReverseFFDefend.AddChangeHook(Change_BotDefend);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue