mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2024-12-22 14:37:26 +08:00
10 lines
390 B
C
10 lines
390 B
C
|
#ifndef _INCLUDE_L4D1_OFFSETS_LINUX_
|
||
|
#define _INCLUDE_L4D1_OFFSETS_LINUX_
|
||
|
|
||
|
const char* engine_dll = "engine.so";
|
||
|
int slots_offs = 94; // m_numGameSlots (in CGameServer::ExecGameTypeCfg)
|
||
|
int reservation_idx = 61; // CBaseServer::ReplyReservationRequest(netadr_s&, bf_read&) vtable
|
||
|
int maxhuman_idx = 132; // CTerrorGameRules::GetMaxHumanPlayers vtable
|
||
|
|
||
|
#endif //_INCLUDE_L4D1_OFFSETS_LINUX_
|