|
Author
|
Message
|
|
AMX Mod X Plugin Approver
|

11-18-2010
, 16:39
Re: Simple new Weapon
|
#1
|
I would say no, but make the code and prove it. ;)
Like you say addtofullpack is server -> client and the client-side part of a weapon is triggered because of an "event" sent ( PLAYBACK_[FULL]_EVENT ). Event which will call at the end a client-side function like EV_Fire*(), and inside some code including the fire sound. Tell me how you can block this sound ? You can't.
But that's not a problem. The goal here is to make a new weapon, not to do something based on existing weapon. It's very easy to block completely a weapon, using custom models, sounds, etc, and handling all ( fire, reload, etc.. ).
__________________
Last edited by Arkshine; 11-18-2010 at 17:32.
|
|
|
|