Prova501 Posted June 26, 2013 Share Posted June 26, 2013 سلآم عليكم شباب انا سويت سكربت اللوقين و ابيه يجي من تحت و يروح الوسط هذا الكلنت توني بآدي فيه GUIEditor = { edit = {}, button = {}, window = {}, label = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(240, 176, 492, 265, "Login / register", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.78) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF000000") GUIEditor.label[1] = guiCreateLabel(9, 68, 80, 24, "Username", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(9, 68, 80, 24, "Username", false, GUIEditor.window[1]) GUIEditor.label[3] = guiCreateLabel(10, 128, 79, 25, "Password", false, GUIEditor.window[1]) GUIEditor.edit[1] = guiCreateEdit(91, 66, 132, 26, "", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(91, 127, 132, 26, "", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(13, 198, 98, 41, "Login", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(135, 198, 98, 41, "Register", false, GUIEditor.window[1]) GUIEditor.label[4] = guiCreateLabel(251, 22, 15, 44, "|", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "sa-gothic") GUIEditor.memo[1] = guiCreateMemo(279, 62, 197, 172, "Soon", false, GUIEditor.window[1]) GUIEditor.label[5] = guiCreateLabel(291, 12, 175, 50, "Rules", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "sa-gothic") end ) اذا ممكن تعطوني الضغظة يعني مثل f1 و تحريك النآفذة ., Link to comment
./BlackBird# Posted June 26, 2013 Share Posted June 26, 2013 setTimer guiSetPosition guiGetPosition Link to comment
#DRAGON!FIRE Posted June 26, 2013 Share Posted June 26, 2013 bindKey setTimer guiSetPosition guiGetPosition Link to comment
#DRAGON!FIRE Posted June 26, 2013 Share Posted June 26, 2013 wnd = اسم النافذة # + بتتعذب لو اخذت اكواد جاهز تعلم وحاول بعدين لو عجزت تعال هنا # اعطيتك الكود جاهز كمساعدة لك isMove = false bindKey("F1", "down", function() if isMove then return end if guiGetVisible( wnd ) then guiSetVisible(wnd, false) showCursor(false) else guiSetPosition(wnd, -100, 150, false) guiSetVisible(wnd, true) showCursor(true) if isTimer(Time) then return end Time = setTimer(function() local x, y = guiGetPosition(wnd, false) guiSetPosition(wnd, x + 8, y, false) end, 50, 50) isWindowMove(true) setTimer(isWindowMove, 100, 1, false) end end ) Link to comment
iPrestege Posted June 26, 2013 Share Posted June 26, 2013 wnd = اسم النافذة# + بتتعذب لو اخذت اكواد جاهز تعلم وحاول بعدين لو عجزت تعال هنا # اعطيتك الكود جاهز كمساعدة لك isMove = false bindKey("F1", "down", function() if isMove then return end if guiGetVisible( wnd ) then guiSetVisible(wnd, false) showCursor(false) else guiSetPosition(wnd, -100, 150, false) guiSetVisible(wnd, true) showCursor(true) if isTimer(Time) then return end Time = setTimer(function() local x, y = guiGetPosition(wnd, false) guiSetPosition(wnd, x + 8, y, false) end, 50, 50) isWindowMove(true) setTimer(isWindowMove, 100, 1, false) end end ) عيني عينك نسخ + لصق .. كودي ي عزيزي وتقدر تقولي من وين فنكشن isWindowMove ? Link to comment
#DRAGON!FIRE Posted June 26, 2013 Share Posted June 26, 2013 برسستيج # ما اعرف الكود لك أعذرني بس انا استخدمته في المود حقي وهذي هي القصة + isWindowMove نسيه معلش Link to comment
#DRAGON!FIRE Posted June 26, 2013 Share Posted June 26, 2013 # الكود لبرسسيتج * isMove = false bindKey("F1", "down", function() if isMove then return end if guiGetVisible( wnd ) then guiSetVisible(wnd, false) showCursor(false) else guiSetPosition(wnd, -100, 150, false) guiSetVisible(wnd, true) showCursor(true) if isTimer(Time) then return end Time = setTimer(function() local x, y = guiGetPosition(wnd, false) guiSetPosition(wnd, x + 8, y, false) end, 50, 50) isWindowMove(true) setTimer(isWindowMove, 100, 1, false) end end ) function isWindowMove(bole) isMove = bole end Link to comment
Prova501 Posted June 26, 2013 Author Share Posted June 26, 2013 اخوي لما اولع السكربت ع طول تجي الشاشة بالوسط و لما اضغط اف 1 تتحرك Link to comment
#DRAGON!FIRE Posted June 26, 2013 Share Posted June 26, 2013 اخوي لما اولع السكربت ع طول تجي الشاشة بالوسط و لما اضغط اف 1 تتحرك اخوي حط في كود تحط كود النافذة او اي مكن guiSetVisible(wnd,false) wnd = اسم النافذة Link to comment
Prova501 Posted June 26, 2013 Author Share Posted June 26, 2013 اطيب لما اسكره ليش ما ترجع مكانها Link to comment
iPrestege Posted June 26, 2013 Share Posted June 26, 2013 اطيب لما اسكره ليش ما ترجع مكانها guiGetVisible guiSetPosition Link to comment
iMr.Dawix~# Posted June 26, 2013 Share Posted June 26, 2013 اطيب لما اسكره ليش ما ترجع مكانها سو نفس الحركه وهي تفتح بس معكوسه اعتمد على نفسك Link to comment
hassan.k.s.a Posted June 26, 2013 Share Posted June 26, 2013 صحيح اعتمد على نفسك -.- كل شي جاهز ماهي عيشه 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