View Single Post
raa
Senior Member
Join Date: Oct 2005
Old 08-03-2007 , 18:15   Re: No spark on client fire
Reply With Quote #8

I'd have to if else the hell out of that then eh?

also man.. I tried this. and it did not work..

Code:
public plugin_init() {     register_forward( FM_PlaybackEvent, "hook_PlaybackEvent" ); } public hook_PlaybackEvent( flags, id, eventindex ) {     new desired_user, desired_weaponfiring     if( id == desired_user && eventindex == desired_weaponfiring )         return FMRES_SUPERCEDE;         return FMRES_IGNORED; }
__________________

Last edited by raa; 08-03-2007 at 18:21.
raa is offline