mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
init menu
This commit is contained in:
parent
cbd381c8dd
commit
3473a43ac4
7
userraw/maps/mp/bots/_menu.gsc
Normal file
7
userraw/maps/mp/bots/_menu.gsc
Normal file
@ -0,0 +1,7 @@
|
||||
#include common_scripts\utility;
|
||||
#include maps\mp\_utility;
|
||||
#include maps\mp\gametypes\_hud_util;
|
||||
|
||||
init()
|
||||
{
|
||||
}
|
4
userraw/scripts/bots_menu.gsc
Normal file
4
userraw/scripts/bots_menu.gsc
Normal file
@ -0,0 +1,4 @@
|
||||
init()
|
||||
{
|
||||
level thread maps\mp\bots\_menu::init();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user