Offsets
Can someone tell me how to find offsets in CS 1.6? When I made my hacks for CSS i thought it will be the same for 1.6
(searching in common\half-life\cstrike\cl_dlls\client.dll in ollydbg).
I am looking for m_ihealth.
EDIT:
Found them:
m_iHealth = 0x90
m_iTeamNum = 0x98
m_lifeState = 0x8F
const DWORD dwLocalPlayer = 0x539984;
const DWORD dwObjectArray = 0x546204;
const DWORD dwJump = 0x5654A4;
const DWORD dwAttack = 0x565498;
const DWORD dwFlags = 0x34C;
const DWORD dwFOV = 0xFBC;
const DWORD dwTeam = 0x98;
const DWORD dwObjectID = 0x14D4;
const DWORD dwActiveWeapon = 0xD70;
const DWORD dwWeaponID = 0x594;