mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-26 15:44:49 +00:00
commit
4191007575
@ -922,6 +922,12 @@ load_waypoints()
|
|||||||
case "mp_seatown":
|
case "mp_seatown":
|
||||||
level.waypoints = maps\mp\bots\waypoints\seatown::Seatown();
|
level.waypoints = maps\mp\bots\waypoints\seatown::Seatown();
|
||||||
break;
|
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:
|
default:
|
||||||
maps\mp\bots\waypoints\_custom_map::main(mapname);
|
maps\mp\bots\waypoints\_custom_map::main(mapname);
|
||||||
break;
|
break;
|
||||||
|
1408
raw/maps/mp/bots/waypoints/highrise.gsc
Normal file
1408
raw/maps/mp/bots/waypoints/highrise.gsc
Normal file
File diff suppressed because it is too large
Load Diff
1231
raw/maps/mp/bots/waypoints/resistance.gsc
Normal file
1231
raw/maps/mp/bots/waypoints/resistance.gsc
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user