1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 15:11:49 +00:00

Merge pull request #5 from super23/super23-patch-1

Waypoints
This commit is contained in:
INeedGames
2021-06-13 14:25:48 -06:00
committed by GitHub
3 changed files with 2645 additions and 0 deletions

View File

@ -922,6 +922,12 @@ load_waypoints()
case "mp_seatown":
level.waypoints = maps\mp\bots\waypoints\seatown::Seatown();
break;
case "mp_hardhat":
level.waypoints = maps\mp\bots\waypoints\hardhat::Hardhat();
break;
case "mp_paris":
level.waypoints = maps\mp\bots\waypoints\resistance::Resistance();
break;
default:
maps\mp\bots\waypoints\_custom_map::main(mapname);
break;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff