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
)
Hello i wand to change my mta gun sounds but for my server but i doint know how to change it and its nowear on youtube
i hope someone will help me
Greating Robin