Mars2 Posted October 15, 2015 Share 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 ) انا سويت لوحة شراء خاصيه سوبر مان لو شراها ينفع يطير وش احتاج وصعبه ولا سهله يا ريت تفيدوني Link to comment
-Kinan Posted October 15, 2015 Share Posted October 15, 2015 الي محتاجه هو: مود الطيران غير مشفر لأنه ما تقدر تربط المودين بدون اي أساس Link to comment
Mars2 Posted October 15, 2015 Author Share Posted October 15, 2015 طيب المود موجود بس كيف بدي اربطه بالزر لو شراه يقدر يطير Link to comment
Me[Z]oO Posted October 15, 2015 Share 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 Link to comment
Rockyz Posted October 15, 2015 Share Posted October 15, 2015 ماشاء الله فنان انت وش سويت الحين ^ وش فايدة التريقر يمكن الكود نصه كلنت ونصه سيرفر Link to comment
Me[Z]oO Posted October 15, 2015 Share Posted October 15, 2015 ماشاء الله فنان انت وش سويت الحين ^وش فايدة التريقر يمكن الكود نصه كلنت ونصه سيرفر حبيبي ادري نص الكود سيرفر يستخدم تريقر -_-" Link to comment
#|_oskar_|# Posted October 15, 2015 Share Posted October 15, 2015 اعتقد انه مايحتاج ترايقر Link to comment
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