Mars2 Posted October 15, 2015 Posted October 15, 2015 --[[------------------------------------------------- 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 ) انا سويت لوحة شراء خاصيه سوبر مان لو شراها ينفع يطير وش احتاج وصعبه ولا سهله يا ريت تفيدوني
-Kinan Posted October 15, 2015 Posted October 15, 2015 الي محتاجه هو: مود الطيران غير مشفر لأنه ما تقدر تربط المودين بدون اي أساس MTA:SA Programmer, Web designer, Motion designer and VB.NET Programmer ” اذا كان ( أ ) هو النجاح في الحياة , فإن ( أ ) يساوي مجموع (س) و (ص) و (ع) . الشغل (س) واللعب (ص) اما (ع) فهو ان تبقي فمك مغلقاً “ - ألبرت اينشتاين
Mars2 Posted October 15, 2015 Author Posted October 15, 2015 طيب المود موجود بس كيف بدي اربطه بالزر لو شراه يقدر يطير
Me[Z]oO Posted October 15, 2015 Posted October 15, 2015 --[[------------------------------------------------- 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
Rockyz Posted October 15, 2015 Posted October 15, 2015 ماشاء الله فنان انت وش سويت الحين ^ وش فايدة التريقر يمكن الكود نصه كلنت ونصه سيرفر
Me[Z]oO Posted October 15, 2015 Posted October 15, 2015 ماشاء الله فنان انت وش سويت الحين ^وش فايدة التريقر يمكن الكود نصه كلنت ونصه سيرفر حبيبي ادري نص الكود سيرفر يستخدم تريقر -_-" Skype :- mezo.prince1 FaceBook :- https://www.facebook.com/medolua YouTube :- http://www.youtube.com/c/MeZoOPriNse
#|_oskar_|# Posted October 15, 2015 Posted October 15, 2015 اعتقد انه مايحتاج ترايقر لا اله الا انت سبحانك اني كنت من الظالمين My Group : https://www.facebook.com/groups/992678147519191/
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now