Readd _bot

This commit is contained in:
ineedbots 2021-05-10 23:23:40 -06:00
parent 5b890825cd
commit 0b44c51230
3 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
#include maps\mp\bots\_bot_utility;
/*

View File

@ -7,6 +7,7 @@
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
/*
Returns if player is the host

4
scripts/bots.gsc Normal file
View File

@ -0,0 +1,4 @@
init()
{
level thread maps\mp\bots\_bot::init();
}