Quote:
Originally Posted by Bos93
doesn't work
Code:
public SendWeaponAnim( Entity, iAnim, skiplocal, body)
{
new iPlayer = pev( Entity, pev_owner)
if ( !is_user_connected( iPlayer ) ) return HAM_IGNORED
SendWeaponAnim( iPlayer, iAnim )
return HAM_SUPERCEDE
}
|
You are not hooking the right one, the one i said is CS specific and has only 3 args, also you can just change args values instead of supercede, but the function you hooked is never called on cs.
Quote:
Originally Posted by Hyper Nova
I know I'm a terrible person...
|
__________________