-- كمثال --
-- كلينت --
edite = guiCreateEdite(10, 80, 350, 20,'')
button = guiCreateButton(273, 124, 120, 24, "try")
addEventHandler('onClientGUIClick',root,
function()
if source == button then
local url = guiGetText(edite)
if url == '' or not url then return end
link = "http://www.youtubeinmp3.com/fetch/?video="..url
playSound(link)
end
end )
مثال