mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 22:51:49 +00:00
revive stub
This commit is contained in:
@ -1485,6 +1485,8 @@ start_bot_threads()
|
|||||||
self thread bot_arena();
|
self thread bot_arena();
|
||||||
self thread bot_vip();
|
self thread bot_vip();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self thread bot_think_revive();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -5879,6 +5881,13 @@ bot_dem_defend_spawnkill()
|
|||||||
self notify("bad_path");
|
self notify("bad_path");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Bots think to revive
|
||||||
|
*/
|
||||||
|
bot_think_revive()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Bots play the Global thermonuclear warfare
|
Bots play the Global thermonuclear warfare
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user