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.