addEventHandler('onClientGUIClick',clickedElement,
function()
setTimer(function()
if guiGetVisible(wnd) then
local x,y = guiGetPosition(GUIEditor_Label[1], false)
guiSetPosition(GUIEditor_Label[1], x,y+5, false)
end
end, 50,10)
end,false
)
wnd = اسم النافذه حقك ,
تشوف x,y
y = من فوق لتحت
x = من اليمين لليسار