mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 15:11:49 +00:00
Custom map wps
This commit is contained in:
@ -888,7 +888,7 @@ load_waypoints()
|
||||
level.waypoints = maps\mp\bots\waypoints\dome::Dome();
|
||||
break;
|
||||
default:
|
||||
//maps\mp\bots\waypoints\_custom_map::main(mapname);
|
||||
maps\mp\bots\waypoints\_custom_map::main(mapname);
|
||||
break;
|
||||
}
|
||||
|
||||
|
3
maps/mp/bots/waypoints/_custom_map.gsc
Normal file
3
maps/mp/bots/waypoints/_custom_map.gsc
Normal file
@ -0,0 +1,3 @@
|
||||
main(mapname)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user