1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-29 07:31:50 +00:00
This commit is contained in:
ineedbots
2021-06-13 16:14:41 -06:00
parent 62298d9d71
commit b1295d0a21
3 changed files with 1449 additions and 0 deletions

View File

@ -943,6 +943,12 @@ load_waypoints()
case "mp_carbon":
level.waypoints = maps\mp\bots\waypoints\carbon::Carbon();
break;
case "mp_rust":
level.waypoints = maps\mp\bots\waypoints\rust::Rust();
break;
case "mp_test":
level.waypoints = maps\mp\bots\waypoints\testmap::TestMap();
break;
default:
maps\mp\bots\waypoints\_custom_map::main(mapname);
break;