Skip to content

Instantly share code, notes, and snippets.

View kayotimoteo's full-sized avatar
🏡
Working...

Kayo Timoteo kayotimoteo

🏡
Working...
View GitHub Profile
Citizen.CreateThread(function()
while true do
local idle = 1000
if tk then
idle = 1
local players = vRP.nearestPlayers(40)
if players then
for serverId, distance in pairs(players) do
MumbleSetVolumeOverrideByServerId(serverId, 30.0)
MumbleAddVoiceChannelListen(serverId)