mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
Terminal waypoints (copied from mw2)
This commit is contained in:
parent
5f415a80da
commit
eb284eddec
@ -1061,6 +1061,9 @@ load_waypoints()
|
||||
|
||||
case "mp_hillside_ss":
|
||||
level.waypoints = maps\mp\bots\waypoints\getaway::Getaway();
|
||||
|
||||
case "mp_terminal_cls":
|
||||
level.waypoints = maps\mp\bots\waypoints\terminal::Terminal();
|
||||
break;
|
||||
|
||||
|
||||
|
1432
raw/maps/mp/bots/waypoints/terminal.gsc
Normal file
1432
raw/maps/mp/bots/waypoints/terminal.gsc
Normal file
File diff suppressed because it is too large
Load Diff
@ -664,6 +664,7 @@ onChangeKit()
|
||||
{
|
||||
self waittill( "changed_kit" );
|
||||
|
||||
if ( level.killstreakPrint )
|
||||
self thread watchNotifyKSMessage();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user