السلام عليكم ورحمة الله وبركاته
انا عندي مشكلة المفروض يطفي الصوت ماطفاه وش السبب
addEventHandler("onClientGUIClick",root,
function ()
if source == start then
local s = playSound("****************")
setSoundVolume(player,1)
end
end)
addEventHandler("onClientGUIClick",root,
function ()
if source == stop then
local a = playSound("")
setSoundVolume(player,0)
end
end)