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 // CUSTOM
set bot_pvb_helper "1"
set scr_showHP "1" set scr_showHP "1"
set scr_allowFPSBooster "1" set scr_allowFPSBooster "1"

View File

@ -63,9 +63,15 @@ watchCheater()
watchTeams() watchTeams()
{ {
if(getDvar("bot_pvb_helper") == "")
setDvar("bot_pvb_helper", false);
for (;;) for (;;)
{ {
wait 1; wait 1;
if (!getDvarInt("bot_pvb_helper"))
continue;
foreach (player in level.players) foreach (player in level.players)
{ {