Jump to content

طلب اكواد


Mars2

Recommended Posts

--[[------------------------------------------------- 
Notes: 
  
> This code is using a relative image filepath. This will only work as long as the location it is from always exists, and the resource it is part of is running. 
    To ensure it does not break, it is highly encouraged to move images into your local resource and reference them there. 
--]]------------------------------------------------- 
  
  
GUIEditor = { 
    button = {}, 
    window = {}, 
    staticimage = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.window[1] = guiCreateWindow(433, 240, 298, 288, "shop", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
  
        GUIEditor.staticimage[1] = guiCreateStaticImage(76, 26, 150, 140, ":guieditor/images/pp.png", false, GUIEditor.window[1]) 
        GUIEditor.button[1] = guiCreateButton(75, 168, 151, 28, "500,000$", false, GUIEditor.window[1]) 
        GUIEditor.button[2] = guiCreateButton(258, 252, 30, 26, "X", false, GUIEditor.window[1])     
    end 
) 
  

انا سويت لوحة شراء خاصيه سوبر مان لو شراها ينفع يطير وش احتاج وصعبه ولا سهله يا ريت تفيدوني

Link to comment
--[[------------------------------------------------- 
Notes: 
  
> This code is using a relative image filepath. This will only work as long as the location it is from always exists, and the resource it is part of is running. 
    To ensure it does not break, it is highly encouraged to move images into your local resource and reference them there. 
--]]------------------------------------------------- 
  
  
GUIEditor = { 
    button = {}, 
    window = {}, 
    staticimage = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.window[1] = guiCreateWindow(433, 240, 298, 288, "shop", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
  
        GUIEditor.staticimage[1] = guiCreateStaticImage(76, 26, 150, 140, ":guieditor/images/pp.png", false, GUIEditor.window[1]) 
        GUIEditor.button[1] = guiCreateButton(75, 168, 151, 28, "500,000$", false, GUIEditor.window[1]) 
        GUIEditor.button[2] = guiCreateButton(258, 252, 30, 26, "X", false, GUIEditor.window[1])     
    end 
) 
  

انا سويت لوحة شراء خاصيه سوبر مان لو شراها ينفع يطير وش احتاج وصعبه ولا سهله يا ريت تفيدوني

تقدر تعطيني اكواد الطيران وانا اظبطه

لو ما تبي تعطني الاكواد استخدم

if source ==  GUIEditor.button[1] then 
triggerServerEvent ( "اسم التريقر",localPlayer)  
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...