• sv_alltalk not working on SRCDS
    6 replies, posted
sv_alltalk are not working on SRCDS gmod13, anybody know how fix it?
put in autoexec.cfg, didn't work on my Deathrun server either, does work now though.
i don't think this will work either because i already tried change the alltalk via rcon sv_alltalk 1 and doesn't work
I had the same problem. I was too lazy to fiddle around with it. I ended up putting sv_alltalk in autoexec.cfg and server.cfg then putting [code] function GM:PlayerCanHearPlayersVoice(p1, p2) return true, false end [/code] in the gamemode.
[QUOTE=Leystryku;38453598]I had the same problem. I was too lazy to fiddle around with it. I ended up putting sv_alltalk in autoexec.cfg and server.cfg then putting [code] function GM:PlayerCanHearPlayersVoice(p1, p2) return true, false end [/code] in the gamemode.[/QUOTE] Thanks, the lua edit was the only thing that worked.
sv_alltalk 3
[QUOTE=TweaK2007;38481109]sv_alltalk 3[/QUOTE] Perfect thanks
Sorry, you need to Log In to post a reply to this thread.