 |
|
Senior Member
Join Date: Sep 2007
Location: Latvia
|

01-05-2013
, 14:18
Re: Silent shooting - command
|
#7
|
i think no, with this public fwPlaybackEvent( flags, id, eventindex,Float: delay, Float: origin[3], Float: angles[3], Float: fparam1, Float: fparam2, iparam1, iparam2, bparam1, bparam2)
forward impossible
you can try with orpheu module, to hook events from one players which is sended to others.
for example if you will find this forward with this params:
PHP Code:
event(sender,receiver) { if(g_silent[receiver]) return FM_SUPERCEDE; return FM_IGNORED; }
__________________
skype: pavle_ivanof
-=ThQ=-
PRIVATE SUPPORT = PAID SUPPORT
Last edited by AngeIII; 01-05-2013 at 14:21.
|
|
|
|