mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-16 00:28:15 +03:00
9 lines
287 B
C++
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
|
|
}
|