Hey, I want to set it so that players can hear each other no-matter where they are. Currently, depending on how close you are determines how well you hear someone.
Currently I'm using this snippet so voice isn't Team Restricted:
[CODE]function GM:PlayerCanHearPlayersVoice()
return true, true
end[/CODE]
Would be useful to know what gamemode you want this in at first.
Sorry, you need to Log In to post a reply to this thread.