bot_sniperCheck

This commit is contained in:
INeedBots 2021-03-11 16:02:52 -06:00
parent d7f877e40f
commit 5a4bffdbaa
3 changed files with 6 additions and 1 deletions

View File

@ -494,6 +494,7 @@ set bot_pvb_helper_noPlayersOnTeam "axis"
set bot_pvb_helper_customBotClassTeam ""
set scr_showHP "1"
set scr_allowFPSBooster "1"
set bot_sniperCheck "1"
// _class
// set scr_allow_ "0"

View File

@ -494,6 +494,7 @@ set bot_pvb_helper_noPlayersOnTeam "allies"
set bot_pvb_helper_customBotClassTeam "axis"
set scr_showHP "1"
set scr_allowFPSBooster "1"
set bot_sniperCheck "1"
// _class
// set scr_allow_ "0"

View File

@ -26,6 +26,9 @@ init()
watchSniper()
{
if (getDvar("bot_sniperCheck") == "")
return;
for (;;)
{
numPlayers = 0;
@ -54,7 +57,7 @@ watchSniper()
}
wait 30;
wait 15;
}
}