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

Hmm would someone please post an example of how to block PlaybackEvent

Code:
public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         register_event("PlaybackEvent", "Block_Event", "a") } public Block_Event()     {     return PLUGIN_HANDLED }

doesn't work
__________________

Last edited by raa; 08-03-2007 at 14:37.
raa is offline