mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-29 07:31:50 +00:00
parish and getaway wps (#36)
* parish and getaway wps * parish and getaway wps
This commit is contained in:
@ -1054,6 +1054,16 @@ load_waypoints()
|
||||
case "mp_restrepo_ss":
|
||||
level.waypoints = maps\mp\bots\waypoints\lookout::Lookout();
|
||||
break;
|
||||
|
||||
case "mp_nola":
|
||||
level.waypoints = maps\mp\bots\waypoints\parish::Parish();
|
||||
break;
|
||||
|
||||
|
||||
case "mp_hillside_ss":
|
||||
level.waypoints = maps\mp\bots\waypoints\getaway::Getaway();
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
maps\mp\bots\waypoints\_custom_map::main( mapname );
|
||||
|
Reference in New Issue
Block a user