Jump to content

طلب تحريك النآفذة


Recommended Posts

سلآم عليكم

شباب انا سويت سكربت اللوقين و ابيه يجي من تحت و يروح الوسط

هذا الكلنت

توني بآدي فيه

  
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

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
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

# الكود لبرسسيتج *

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...