Yes
i have this
Meta:
Replace.lua
addEventHandler("onClientPlayerWeaponFire", getRootElement(),
function ( weapon, ammo, ammoInClip )
local x,y,z = getElementPosition(source)
if weapon == 30 then
local sound = playSound3D("GENRL/sound_005.mp3", x,y,z)
setSoundMaxDistance(sound,75)
end
end
)