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

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