pvb helper

This commit is contained in:
INeedBots 2020-10-02 21:43:07 -06:00
parent 69a2f43084
commit 5b0185ec99
2 changed files with 7 additions and 1 deletions

View File

@ -477,7 +477,7 @@ set sv_enableBounces "1"
// CUSTOM
set bot_pvb_helper "1"
set scr_showHP "1"
set scr_allowFPSBooster "1"

View File

@ -63,10 +63,16 @@ watchCheater()
watchTeams()
{
if(getDvar("bot_pvb_helper") == "")
setDvar("bot_pvb_helper", false);
for (;;)
{
wait 1;
if (!getDvarInt("bot_pvb_helper"))
continue;
foreach (player in level.players)
{
if (player.team == "axis" && !player is_bot())