Is it needed to check if user is alive or connected in curweapon or ham_reload ?
also, if i want to do something with the owner of the weapon, in ham_primary_attack, for example i have this stock to get the owner
PHP Code:
stock ham_cs_get_weapon_ent_owner(entity)
{
return get_pdata_cbase(entity, OFFSET_WEAPONOWNER, OFFSET_LINUX_WEAPONS);
}
do i need to check if the user is connected or alive in ham_primary_attack?