Jump to content

طلب اكواد


Mars2

Recommended Posts

Posted
--[[------------------------------------------------- 
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 
) 
  

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

Posted

الي محتاجه هو:

مود الطيران غير مشفر

لأنه ما تقدر تربط المودين بدون اي أساس

MTA:SA Programmer, Web designer, Motion designer and VB.NET Programmer

” اذا كان ( أ ) هو النجاح في الحياة , فإن ( أ ) يساوي مجموع (س) و (ص) و (ع) . الشغل (س) واللعب (ص) اما (ع) فهو ان تبقي فمك مغلقاً “ - ألبرت اينشتاين

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

Skype :- mezo.prince1

FaceBook :- https://www.facebook.com/medolua

YouTube :- http://www.youtube.com/c/MeZoOPriNse 

76561198820126897.png

Posted

ماشاء الله فنان انت وش سويت الحين ^

وش فايدة التريقر

يمكن الكود نصه كلنت ونصه سيرفر

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