mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-29 15:41:48 +00:00
Bots use airdrops
This commit is contained in:
@ -57,6 +57,7 @@ init()
|
||||
|
||||
level.waypoints = [];
|
||||
level.waypointCount = 0;
|
||||
level.bots_lowmem = false;
|
||||
|
||||
level waittill( "connected", player);
|
||||
player thread onPlayerSpawned();
|
||||
@ -135,6 +136,9 @@ watchAstarCommand()
|
||||
{
|
||||
self waittill("astar");
|
||||
|
||||
if (1)
|
||||
continue;
|
||||
|
||||
self iprintln("Start AStar");
|
||||
self.astar = undefined;
|
||||
astar = spawnStruct();
|
||||
|
Reference in New Issue
Block a user