local turbo = {}function syncBackTurboSound (client) local turbo[client] = playSound(\"files/turbo.mp3\") end
local turbo = {}function syncBackTurboSound (client) local turbo[client] = playSound(\"files/turbo.mp3\") endaddCommandHandler (\"asd\", syncBackTurboSound )