Can anyone help me with this problem pls?
Is it possible that this native from the fakemeta could cause this?
my server is linux and im not sure if linux diff is correct in the native
PHP Code:
#define m_flNextPrimaryAttack 46
#define m_flNextSecondaryAttack 47
#define OFFSET_LINUX_WEAPONS 4
Primary = get_pdata_float(ent, m_flNextPrimaryAttack, OFFSET_LINUX_WEAPONS) * Speed;
Secondary = get_pdata_float(ent, m_flNextSecondaryAttack, OFFSET_LINUX_WEAPONS) * Speed;