لم يتم التجربه
bindKey("m", "down", --- bind key m
function ()
if(isSoundPaused(theSound)) then
setSoundPaused(theSound, false) -- stop sound
outputChatBox ( "The Sound Is Stop !!", 255, 255, 255, true )
elseif
setSoundPaused(theSound, true) -- run sound
outputChatBox ( "The Sound is run !!", 255, 255, 255, true )
end) --- end function and Closing arc