Jump to content

تعديل في اسرع وقت


Adham

Recommended Posts

سلام عليكم سويت لوحة

وعملت في الجنب

صوره في الولحة

الوحة تفتح تمام

لاكن الصوره لا تبان

GUIEditor = { 
    button = {}, 
    window = {}, 
    staticimage = {}, 
    label = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.window[1] = guiCreateWindow(274, 210, 260, 143, "info", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
        guiSetVisible(GUIEditor.window[1], false) 
        GUIEditor.label[1] = guiCreateLabel(78, 36, 122, 15, "Comback within 05:12", false, GUIEditor.window[1]) 
        GUIEditor.label[2] = guiCreateLabel(78, 51, 122, 15, "عاود المحاوله لأحقا", false, GUIEditor.window[1]) 
        GUIEditor.button[1] = guiCreateButton(82, 112, 96, 21, "OK", false, GUIEditor.window[1]) 
  
        GUIEditor.staticimage[1] = guiCreateStaticImage(284, 244, 0, 0, "info.png", false, GUIEditor.window[1]) 
  
    end 
) 

Link to comment
سلام عليكم سويت لوحة

وعملت في الجنب

صوره في الولحة

الوحة تفتح تمام

لاكن الصوره لا تبان

GUIEditor = { 
    button = {}, 
    window = {}, 
    staticimage = {}, 
    label = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.window[1] = guiCreateWindow(274, 210, 260, 143, "info", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
        guiSetVisible(GUIEditor.window[1], false) 
        GUIEditor.label[1] = guiCreateLabel(78, 36, 122, 15, "Comback within 05:12", false, GUIEditor.window[1]) 
        GUIEditor.label[2] = guiCreateLabel(78, 51, 122, 15, "عاود المحاوله لأحقا", false, GUIEditor.window[1]) 
        GUIEditor.button[1] = guiCreateButton(82, 112, 96, 21, "OK", false, GUIEditor.window[1]) 
  
        GUIEditor.staticimage[1] = guiCreateStaticImage(284, 244, 0, 0, "info.png", false, GUIEditor.window[1]) 
  
    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...