• Adding end of round sound and disablingfretta
    0 replies, posted
Hey! I am running my own server running mainly prophunt. Its working fine, but I want to add a end of round sound. I can't seem to find any info on how to do it other than a plugin for TTT. I have noticed that under gamemodes/prop_hunt/gamemode/sh_config.lua it says: [CODE]VICTORY_SOUNDS = { "taunts/victory.wav" }[/CODE] But I can't seem to get it to work. Nothing is played when I add a sound there. I have tried both adding a custom one (that I know is sent to the client because I can play it manually from the console for everybody to hear) and using one of the taunts that are already working when pressing the F3 button. So Im not sure what I am missing. To get the custom one sent out to clients I use resource.AddFile( "sounds/taunts/victory.wav" ); in lua/autorun/server My other problem is not really a problem, but my server when running prophunt starts a gamemode vote using fretta every 10 rounds or 30 minutes. I want to disable this as fretta doesn't show any other gamemodes than prophunt to choose (even though I have deathrun, ttt and murder installed and working if voted on through xgui or forced on rcon). So I want to remove it. Now I read that I could use the console command "fretta_voting 0" to disable it, but that didnt do anything at all. So are there anything else I can try to make it go away completely? /Hinough
Sorry, you need to Log In to post a reply to this thread.