mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
more statage
This commit is contained in:
parent
a074706aeb
commit
6df432e267
@ -114,6 +114,14 @@ StartDev()
|
||||
// crashes on map reload if too big?
|
||||
level.waypoints = maps\mp\bots\waypoints\dome::Dome();
|
||||
level.waypointCount = level.waypoints.size;
|
||||
|
||||
wait 4;
|
||||
|
||||
level.waypoints = [];
|
||||
level.waypointCount = 0;
|
||||
iPrintLn("del");
|
||||
|
||||
// this fixes the crash on map_rotate.... seems like if theres too much vars being used, it crashes
|
||||
}
|
||||
|
||||
sayExtras()
|
||||
|
Loading…
x
Reference in New Issue
Block a user