mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 14:41:49 +00:00
pvb helper
This commit is contained in:
@ -63,9 +63,15 @@ 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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user