addEventHandler ( 'onClientGUIClick',root,
function ( )
if ( source == GUIEditor.button[1] ) then
sound = playSound ( 'http://www.shy22.com/code.php?f=load&sb=512&idxmc=908810&d=0.mp3' )
elseif ( source == StopSoundButton ) then
if isElement ( sound ) then
destroyElement ( sound )
end
end
end
)
استبدل زر الايقاف بـ ( StopSoundButton )