I want to know how I can add your own sounds to the donor weapons and how to make it myself to see my own ping in the points table.
I want to know how I can add your own sounds to the donor weapons and how to make it myself to see my own ping in the points table.
Ping i dont know but the shotgun sound go to sound, effect.mrs decompile, place the sound in there, add to effect_list.xml, go to zitem.xml client and server, go to the shotgun u wanna add the sound to snd_fire="we_shotgundo", just change the we_shotgundo to the name of your custom sound. Sorry its a bit messy but yeah.
Effect.mrs/effect.xml
.WAV files
Named properly (ex. we_#_fire or we_#_reload where # can be anything)
And as Duluxe said about the zitem.xml codes as well.
Change that thing on xml and by the way I recommend use .mp3 not .wav or just convert it. .wav = .mp3PHP Code:snd_reload="we_shotgunpa_reload"
snd_fire="we_shotgunpa_fire"
snd_dryfire="762arifle_dryfire"
Last edited by Zujirawa; 27-05-13 at 08:30 AM.
Yah thats what Duluxe said in his post, but he just didnt add that code, thanks though :D