Terminal waypoints (copied from mw2)

This commit is contained in:
ineedbots 2021-09-02 10:55:02 -06:00
parent 5f415a80da
commit eb284eddec
3 changed files with 1562 additions and 126 deletions

View File

@ -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;

File diff suppressed because it is too large Load Diff

View File

@ -664,6 +664,7 @@ onChangeKit()
{
self waittill( "changed_kit" );
if ( level.killstreakPrint )
self thread watchNotifyKSMessage();
}
}