mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-28 15:45:41 +03:00
c77486dadd
Reworked hookchain's: SetClientUserInfoName, GiveNamedItem Added hookchain's: DropShield, MakeVIP, MakeBomber, GetIntoGame, Disappear, Radio, StartObserver, OnSpawnEquip Refactoring
22 lines
378 B
C++
22 lines
378 B
C++
#include "precompiled.h"
|
|
|
|
/*
|
|
* Globals initialization
|
|
*/
|
|
#ifndef HOOK_GAMEDLL
|
|
|
|
const Vector g_vecZero(0, 0, 0);
|
|
NOXREF u_long g_ulFrameCount = 0;
|
|
|
|
#endif
|
|
|
|
int g_Language;
|
|
|
|
NOXREF u_long g_ulModelIndexEyes;
|
|
Vector g_vecAttackDir;
|
|
int g_iSkillLevel;
|
|
int gDisplayTitle;
|
|
bool g_bIsCzeroGame = false;
|
|
bool g_bAllowedCSBot = false;
|
|
bool g_bHostageImprov = false;
|