Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- float GetNextPrimaryAttack()
- {
- static int m_flNextPrimaryAttack = g_pNetvars->GetOffset("DT_BaseCombatWeapon", "LocalActiveWeaponData", "m_flNextPrimaryAttack");
- return GetValue<float>(m_flNextPrimaryAttack);
- }
Advertisement
Add Comment
Please, Sign In to add comment