[lua]addEventHandler( "onClientGUIClick", root,
function ()
if ( source == GUIEditor_Button[1] ) then
function ( )
if isElement(sound) then destroyElement(sound) sound = nil return end
sound = playSound("SsS/11.mp3",true)
end,false)
elseif ( source == GUIEditor_Button[2] ) then
function ( )
if isElement(sound) then destroyElement(sound) sound = nil return end
sound = playSound("SsS/22.mp3",true)
end,false)