mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 06:15:43 +00:00
revive stub
This commit is contained in:
parent
779a83a83a
commit
33fb299c27
@ -1485,6 +1485,8 @@ start_bot_threads()
|
||||
self thread bot_arena();
|
||||
self thread bot_vip();
|
||||
}
|
||||
|
||||
self thread bot_think_revive();
|
||||
}
|
||||
|
||||
/*
|
||||
@ -5879,6 +5881,13 @@ bot_dem_defend_spawnkill()
|
||||
self notify("bad_path");
|
||||
}
|
||||
|
||||
/*
|
||||
Bots think to revive
|
||||
*/
|
||||
bot_think_revive()
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
Bots play the Global thermonuclear warfare
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user