2016-06-01 05:08:23 +06:00

9 lines
287 B
C++

#include "precompiled.h"
void Regamedll_Game_Init()
{
g_bIsCzeroGame = UTIL_IsGame("czero");
g_bAllowedCSBot = UTIL_AreBotsAllowed(); // determine whether bots can be used or not
g_bHostageImprov = UTIL_AreHostagesImprov(); // determine whether hostage improv can be used or not
}