local list = {
“test”,
“test2”,
“test3”,
“ring”,
“dong”,
“ding”,
}
RegisterCommand(‘xsound’, function()
for _, sound in pairs(list) do
TriggerServerEvent(‘InteractSound_SV:PlayOnSource’, sound, 0.1)
print((‘The sound is %s Playing’):format(sound))
Wait(250)
end
end)
Describe the bug
To Reproduce / To experience this
Expected behavior
Screenshots / Videos
https://streamable.com/9tl257
https://streamable.com/yj0548
Additional context