Jump to content

طلب


Recommended Posts

  
  
GUIEditor = { 
    button = {}, 
    label = {}, 
    checkbox = {}, 
    edit = {} 
} 
  
   
        win = guiCreateWindow(162, 62, 474, 440, "-:توزيع فلوس:-", false) 
        guiWindowSetSizable(win, false) 
        guiSetAlpha(win, 0.98) 
  
        GUIEditor.button[1] = guiCreateButton(289, 320, 134, 76, "توزيع", false, win) 
        GUIEditor.edit[1] = guiCreateEdit(71, 61, 287, 54, "", false, win) 
        GUIEditor.checkbox[1] = guiCreateCheckBox(333, 125, 25, 30, "", true, false, win) 
        GUIEditor.label[1] = guiCreateLabel(379, 71, 62, 33, "المبلغ:", false, win) 
        GUIEditor.label[2] = guiCreateLabel(373, 128, 126, 65, "اظهار الاسم:", false, win) 
        GUIEditor.button[2] = guiCreateButton(427, -54207, 15, 600, "", false, win) 
        GUIEditor.button[3] = guiCreateButton(10, 26, 24, 25, "X", false, win) 
        GUIEditor.edit[2] = guiCreateEdit(75, 169, 283, 55, "", false, win) 
        GUIEditor.checkbox[2] = guiCreateCheckBox(331, 245, 17, 15, "", false, false, win) 
        GUIEditor.label[3] = guiCreateLabel(378, 183, 135, 78, "السبب:", false, win) 
        GUIEditor.label[4] = guiCreateLabel(378, 239, 147, 71, "اظهار السبب:", false, win) 
        GUIEditor.label[5] = guiCreateLabel(20, 365, 143, 75, "By:#1Ta[R]ek__)", false, win) 
        guiSetFont(GUIEditor.label[5], "default-bold-small")     
  
  
  
  
  
  
  
bindKey("F2", "down", 
function() 
    triggerServerEvent("opn", localPlayer) 
end) 
  
addEvent("openWnd", true) 
addEventHandler("openWnd", root, 
function() 
    guiSetVisible(win, true) 
    showCursor(true) 
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...