mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-26 07:34:50 +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":
|
case "mp_hillside_ss":
|
||||||
level.waypoints = maps\mp\bots\waypoints\getaway::Getaway();
|
level.waypoints = maps\mp\bots\waypoints\getaway::Getaway();
|
||||||
|
|
||||||
|
case "mp_terminal_cls":
|
||||||
|
level.waypoints = maps\mp\bots\waypoints\terminal::Terminal();
|
||||||
break;
|
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" );
|
self waittill( "changed_kit" );
|
||||||
|
|
||||||
|
if ( level.killstreakPrint )
|
||||||
self thread watchNotifyKSMessage();
|
self thread watchNotifyKSMessage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user