mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 06:31:49 +00:00
warning
This commit is contained in:
@ -30,6 +30,8 @@ doHostCheck()
|
|||||||
result = false;
|
result = false;
|
||||||
if (getDvar("bots_main_firstIsHost") != "0")
|
if (getDvar("bots_main_firstIsHost") != "0")
|
||||||
{
|
{
|
||||||
|
PrintConsole("WARNING: bots_main_firstIsHost is enabled\n");
|
||||||
|
|
||||||
if (getDvar("bots_main_firstIsHost") == "1")
|
if (getDvar("bots_main_firstIsHost") == "1")
|
||||||
{
|
{
|
||||||
setDvar("bots_main_firstIsHost", self getguid());
|
setDvar("bots_main_firstIsHost", self getguid());
|
||||||
|
Reference in New Issue
Block a user