Jump to content

طلب تصحيح كود


Recommended Posts

اللوحة مو بتفتح ممكن تعديل

GUIEditor = { 
    button = {}, 
    label = {}, 
    combobox = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        wnd = guiCreateWindow(375, 102, 471, 539, "Panel", false) 
        guiWindowSetSizable(wnd, false) 
        guiSetAlpha(wnd, 0.98) 
        guiSetProperty(wnd, "CaptionColour", "FF1A16E9") 
  
        Poor1 = guiCreateButton(12, 26, 428, 50, "...........", false, wnd) 
        Poor2 = guiCreateButton(12, 86, 428, 50, "............", false, wnd) 
        Poor3 = guiCreateButton(12, 146, 428, 50, ".........", false, wnd) 
        GUIEditor.combobox[1] = guiCreateComboBox(64, 257, 346, 99, "", false, wnd) 
        guiComboBoxAddItem(GUIEditor.combobox[1], "................") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "1-.........") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "..............ا") 
        guiComboBoxAddItem(GUIEditor.combobox[1], ".............") 
  
        GUIEditor.label[2] = guiCreateLabel(2, 382, 456, 43, "نثنثنثن", false, wnd) 
        guiSetFont(GUIEditor.label[2], "sa-header") 
        guiLabelSetColor(GUIEditor.label[2], 105, 239, 16) 
        Money = guiCreateButton(44, 448, 414, 74, "Get 500$ Every 24 hour Free", false, wnd) 
        guiSetFont(GUIEditor.button[4], "sa-header")     
    end 
) 
  
  
function OpenWin()  
    if guiGetVisible (wnd) then   
       guiSetVisible (wnd, false )  
       showCursor(false)  
       guiSetInputEnabled(false) 
    else 
        guiSetVisible (wnd, true ) 
        showCursor(true)   
        guiSetInputEnabled(true) 
  
    end  
end  
bindKey("F7", "down", OpenWin)   
  

حتي بعد ما ربت كدا مش بتفتح

GUIEditor = { 
    button = {}, 
    label = {}, 
    combobox = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        wnd = guiCreateWindow(375, 102, 471, 539, "Panel", false) 
        guiWindowSetSizable(wnd, false) 
        guiSetVisible (wnd, true )  
        guiSetAlpha(wnd, 0.98) 
        guiSetProperty(wnd, "CaptionColour", "FF1A16E9") 
        Poor1 = guiCreateButton(12, 26, 428, 50, "سسسسسس", false, wnd) 
        Poor2 = guiCreateButton(12, 86, 428, 50, "كليماتسسسس", false, wnd) 
        Poor3 = guiCreateButton(12, 146, 428, 50, "كليمات سسسس", false, wnd) 
        GUIEditor.combobox[1] = guiCreateComboBox(64, 257, 346, 99, "", false, wnd) 
        guiComboBoxAddItem(GUIEditor.combobox[1], "كليمات سسسسمثل") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "1-سس") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "2-سبياس") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "سسسسسسس") 
        GUIEditor.label[2] = guiCreateLabel(2, 382, 456, 43, "سسMan Job By: Seif", false, wnd) 
        guiSetFont(GUIEditor.label[2], "sa-header") 
        guiLabelSetColor(GUIEditor.label[2], 105, 239, 16) 
        Money = guiCreateButton(44, 448, 414, 74, "Get 500$ Every 24 hour Free", false, wnd) 
        guiSetFont(GUIEditor.button[4], "sa-header")     
    end 
) 
  
        guiSetVisible (wnd, true ) 

Link to comment

GUIEditor = { 
    button = {}, 
    label = {}, 
    combobox = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        wnd = guiCreateWindow(375, 102, 471, 539, "Panel", false) 
        guiSetVisible (wnd, false ) 
        guiWindowSetSizable(wnd, false) 
        guiSetAlpha(wnd, 0.98) 
        guiSetProperty(wnd, "CaptionColour", "FF1A16E9") 
        Poor1 = guiCreateButton(12, 26, 428, 50, "...........", false, wnd) 
        Poor2 = guiCreateButton(12, 86, 428, 50, "............", false, wnd) 
        Poor3 = guiCreateButton(12, 146, 428, 50, ".........", false, wnd) 
        GUIEditor.combobox[1] = guiCreateComboBox(64, 257, 346, 99, "", false, wnd) 
        guiComboBoxAddItem(GUIEditor.combobox[1], "................") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "1-.........") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "..............ا") 
        guiComboBoxAddItem(GUIEditor.combobox[1], ".............") 
        GUIEditor.label[2] = guiCreateLabel(2, 382, 456, 43, "نثنثنثن", false, wnd) 
        guiSetFont(GUIEditor.label[2], "sa-header") 
        guiLabelSetColor(GUIEditor.label[2], 105, 239, 16) 
        Money = guiCreateButton(44, 448, 414, 74, "Get 500$ Every 24 hour Free", false, wnd) 
        guiSetFont(GUIEditor.button[4], "sa-header")     
    end 
) 
  
  
function OpenWin() 
    if guiGetVisible (wnd) == true then 
       guiSetVisible (wnd, false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible (wnd, true ) 
        showCursor(true)   
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("F7", "down", OpenWin)   

سو ملف اسمه client.lua

وحط الكود فيه

+

meta.xml

    
Link to comment
GUIEditor = { 
    button = {}, 
    label = {}, 
    combobox = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        wnd = guiCreateWindow(375, 102, 471, 539, "Panel", false) 
        guiSetVisible (wnd, false ) 
        guiWindowSetSizable(wnd, false) 
        guiSetAlpha(wnd, 0.98) 
        guiSetProperty(wnd, "CaptionColour", "FF1A16E9") 
        Poor1 = guiCreateButton(12, 26, 428, 50, "...........", false, wnd) 
        Poor2 = guiCreateButton(12, 86, 428, 50, "............", false, wnd) 
        Poor3 = guiCreateButton(12, 146, 428, 50, ".........", false, wnd) 
        GUIEditor.combobox[1] = guiCreateComboBox(64, 257, 346, 99, "", false, wnd) 
        guiComboBoxAddItem(GUIEditor.combobox[1], "................") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "1-.........") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "..............ا") 
        guiComboBoxAddItem(GUIEditor.combobox[1], ".............") 
        GUIEditor.label[2] = guiCreateLabel(2, 382, 456, 43, "نثنثنثن", false, wnd) 
        guiSetFont(GUIEditor.label[2], "sa-header") 
        guiLabelSetColor(GUIEditor.label[2], 105, 239, 16) 
        Money = guiCreateButton(44, 448, 414, 74, "Get 500$ Every 24 hour Free", false, wnd) 
        guiSetFont(GUIEditor.button[4], "sa-header")     
    end 
) 
  
  
function OpenWin() 
    if guiGetVisible (wnd) == true then 
       guiSetVisible (wnd, false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible (wnd, true ) 
        showCursor(true)   
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("F7", "down", OpenWin)   

سو ملف اسمه client.lua

وحط الكود فيه

+

meta.xml

    

مانا عامل كدا ايه الجديد

Link to comment
GUIEditor = { 
    button = {}, 
    label = {}, 
    combobox = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        wnd = guiCreateWindow(375, 102, 471, 539, "Panel", false) 
        guiSetVisible (wnd, false ) 
        guiWindowSetSizable(wnd, false) 
        guiSetAlpha(wnd, 0.98) 
        guiSetProperty(wnd, "CaptionColour", "FF1A16E9") 
        Poor1 = guiCreateButton(12, 26, 428, 50, "...........", false, wnd) 
        Poor2 = guiCreateButton(12, 86, 428, 50, "............", false, wnd) 
        Poor3 = guiCreateButton(12, 146, 428, 50, ".........", false, wnd) 
        GUIEditor.combobox[1] = guiCreateComboBox(64, 257, 346, 99, "", false, wnd) 
        guiComboBoxAddItem(GUIEditor.combobox[1], "................") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "1-.........") 
        guiComboBoxAddItem(GUIEditor.combobox[1], "..............ا") 
        guiComboBoxAddItem(GUIEditor.combobox[1], ".............") 
        GUIEditor.label[2] = guiCreateLabel(2, 382, 456, 43, "نثنثنثن", false, wnd) 
        guiSetFont(GUIEditor.label[2], "sa-header") 
        guiLabelSetColor(GUIEditor.label[2], 105, 239, 16) 
        Money = guiCreateButton(44, 448, 414, 74, "Get 500$ Every 24 hour Free", false, wnd) 
        guiSetFont(GUIEditor.button[4], "sa-header")     
    end 
) 
  
  
function OpenWin() 
    if guiGetVisible (wnd) == true then 
       guiSetVisible (wnd, false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible (wnd, true ) 
        showCursor(true)   
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("F7", "down", OpenWin)   

سو ملف اسمه client.lua

وحط الكود فيه

+

meta.xml

    

مانا عامل كدا ايه الجديد

طيب وش رايك تروح تجربه ؟

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