Weapon Fx

Play fx on a weapon on a player tag

/* ##################### by: M.A.K.E C E N T S #####################

Script:

Add to main in mapname.csc

weaponfx::init( );

Add to top of mapname.csc

#using scripts\zm\weapon_fx;

Add to zone file scriptparsetree,scripts/zm/weapon_fx.csc

Add these lines for each weapon and fx

AddThisWeaponFX("weaponname","fx","tagforfx"); ############################################################################### */