s1lentq 905064d44d Added custom function SetClientUserInfoModel and him hook.
Added param -host-improv for enable HostageImprove.
Refactoring hostage.
2016-05-31 19:30:42 +06:00

9 lines
108 B
C

#pragma once
extern void Regamedll_Game_Init();
inline bool AreRunningCZero()
{
return g_bIsCzeroGame;
}