mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
Custom map wps
This commit is contained in:
parent
55cebdb9ad
commit
85f9d75b25
@ -888,7 +888,7 @@ load_waypoints()
|
|||||||
level.waypoints = maps\mp\bots\waypoints\dome::Dome();
|
level.waypoints = maps\mp\bots\waypoints\dome::Dome();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
//maps\mp\bots\waypoints\_custom_map::main(mapname);
|
maps\mp\bots\waypoints\_custom_map::main(mapname);
|
||||||
break;
|
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)
|
||||||
|
{
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user