DON Posted March 19, 2013 Share Posted March 19, 2013 اانا معي شوب ابيه لما افتحه يطلع من اليمين الى اليسار او من اليسار الى اليمين وسلآمتكم Link to comment
iPrestege Posted March 19, 2013 Share Posted March 19, 2013 isMove = false bindKey("الزر", "down", function() if isMove then return end if guiGetVisible( wnd ) then guiSetVisible(wnd, false) showCursor(false) else guiSetPosition(wnd, -300, 54, false) guiSetVisible(wnd, true) showCursor(true) if isTimer(Time) then return end Time = setTimer(function() local x, y = guiGetPosition(wnd, false) guiSetPosition(wnd, x + 13, y, false) end, 50, 50) isWindowMove(true) setTimer(isWindowMove, 100, 1, false) end end ) function isWindowMove(bole) isMove = bole end الاستبدال # الزر = زر فتح النافذهـ # wnd = نافذتك # Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now