بروفيسور هكر Posted May 6, 2013 Share Posted May 6, 2013 السلام عليكم ورحمه الله .@ عندي نافذه وفيها صور ابغى الي يظغط ع كل صوره يروح مكان يعني كل صوره لها احداثيات خاصه ^ مثل مود الانتقالات ~ حاولت ابرمجه ولا فاد Link to comment
فاّرس Posted May 6, 2013 Share Posted May 6, 2013 'onClientGUIClick' setElementPosition Link to comment
[S.R]==|>K$hK$h Posted May 6, 2013 Share Posted May 6, 2013 نفس كود الانتقالآت ! حق الزر بس غير اسمه لإسم الصورة اللي تبيها Link to comment
بروفيسور هكر Posted May 6, 2013 Author Share Posted May 6, 2013 نفس كود الانتقالآت ! حق الزر بس غير اسمه لإسم الصورة اللي تبيها المشكله مو عندي الكود Link to comment
فاّرس Posted May 6, 2013 Share Posted May 6, 2013 ^ اتركه يحاول يسويه يتعلم شيء ع الاقل, اذا كوبي , بست ما راح يتعلم طول عمره, بروفيسور @ سو شيء عشآن نقدر نسآعدك, Link to comment
بروفيسور هكر Posted May 6, 2013 Author Share Posted May 6, 2013 ^ اتركه يحاول يسويه يتعلم شيء ع الاقل,اذا كوبي , بست ما راح يتعلم طول عمره, بروفيسور @ سو شيء عشآن نقدر نسآعدك, اوككي ي غالي # Link to comment
yazan Posted May 6, 2013 Share Posted May 6, 2013 triggerServerEvent مع 'onClientGUIClick' setElementPosition Link to comment
فاّرس Posted May 6, 2013 Share Posted May 6, 2013 triggerServerEvent ( "***", localPlayer )مع 'onClientGUIClick' setElementPosition أما عاد وليه الترآيقر؟؟ ترا الكود كلنت, + باين ان صاحب الموضوع ما عرف يسويه, addEventHandler("onClientGUIClick",root, function() if ( source == Image ) then setElementPosition(localPlayer,x,y,z) end end,false) Link to comment
iPrestege Posted May 6, 2013 Share Posted May 6, 2013 triggerServerEvent ( "***", localPlayer )مع 'onClientGUIClick' setElementPosition أما عاد وليه الترآيقر؟؟ ترا الكود كلنت, + باين ان صاحب الموضوع ما عرف يسويه, addEventHandler("onClientGUIClick",root, function() if ( source == Image ) then setElementPosition(localPlayer,x,y,z) end end,false) اذا مسوي شرط مآله دآعي الـ false! Link to comment
فاّرس Posted May 6, 2013 Share Posted May 6, 2013 يعني اذا انا مسوي شرط if ما استخدمه؟ واذا مو مسوي استخدمه, يعني كذآ استخدمه, addEventHandler("onClientGUIClick",Image, function() setElementPosition(localPlayer,x,y,z) end,false) Link to comment
iPrestege Posted May 6, 2013 Share Posted May 6, 2013 يعني اذا انا مسوي شرط if ما استخدمه؟واذا مو مسوي استخدمه, يعني كذآ استخدمه, addEventHandler("onClientGUIClick",Image, function() setElementPosition(localPlayer,x,y,z) end,false) اي اذا مسوي الشرط بيكون للزر بس مآهو للوحة آو الالمنت كامل <> Link to comment
AboFaisal Posted May 6, 2013 Share Posted May 6, 2013 إذا كنت تقصد بدال الزر تخليه صوره فتفضل .. guiCreateStaticImage Link to comment
بروفيسور هكر Posted May 6, 2013 Author Share Posted May 6, 2013 وين الخطا ي شباب addCommandHandler("onClientGUIClick", root, function() local x, y, z = 0, 0, 0 if source == img1 then x, y, z = -2418.614746, -604.038574, 132.5625 elseif source == img2 then x, y, z = -4532.614746, -156.038574, 163.5625 elseif source == img3 then x, y, z = 1564.614746, 321.038574, -563.5625 end fadeCamera(false) setTimer( function() setElementPosition(localPlayer, x, y, z) fadeCamera(true) end, 1500, 1 ) end ) Link to comment
AboFaisal Posted May 6, 2013 Share Posted May 6, 2013 وين الخطا ي شباب جرب addCommandHandler("onClientGUIClick", root, function() local x, y, z = 0, 0, 0 if source == img1 then x, y, z = -2418.614746, -604.038574, 132.5625 elseif source == img2 then x, y, z = -4532.614746, -156.038574, 163.5625 elseif source == img3 then x, y, z = 1564.614746, 321.038574, -563.5625 end fadeCamera(false) setTimer( function() setElementPosition(localPlayer, x, y, z) fadeCamera(true) end, 1500, 1 ) Link to comment
فاّرس Posted May 6, 2013 Share Posted May 6, 2013 addEventHandler("onClientGUIClick", root, function() if source == img1 then setElementPosition(localPlayer,-2418.614746,-604.038574,132.5625) elseif source == img2 then setElementPosition(localPlayer,-4532.614746, -156.038574, 163.5625) elseif source == img3 then setElementPosition(localPlayer,1564.614746, 321.038574, -563.5625) end end) function() fadeCamera(false) setTimer(fadeCamera,1500,1,true) end Link to comment
AboFaisal Posted May 6, 2013 Share Posted May 6, 2013 addEventHandler("onClientGUIClick", root, function() if source == img1 then setElementPosition(localPlayer,-2418.614746,-604.038574,132.5625) elseif source == img2 then setElementPosition(localPlayer,-4532.614746, -156.038574, 163.5625) elseif source == img3 then setElementPosition(localPlayer,1564.614746, 321.038574, -563.5625) end function() fadeCamera(false) setTimer(fadeCamera,1500,1) end Or ? addEventHandler("onClientGUIClick", root, function() if source == img1 then setElementPosition(localPlayer,-2418.614746,-604.038574,132.5625) elseif source == img2 then setElementPosition(localPlayer,-4532.614746, -156.038574, 163.5625) elseif source == img3 then setElementPosition(localPlayer,1564.614746, 321.038574, -563.5625) end end) function() fadeCamera(false) setTimer(fadeCamera,1500,1) end end ) Link to comment
فاّرس Posted May 6, 2013 Share Posted May 6, 2013 ^ خطأ إند زايده + قوس زآيد, + كودي عدلته لاني نسيت true في التآيمر Link to comment
AboFaisal Posted May 6, 2013 Share Posted May 6, 2013 addEventHandler("onClientGUIClick", root, function() if source == img1 then setElementPosition(localPlayer,-2418.614746,-604.038574,132.5625) elseif source == img2 then setElementPosition(localPlayer,-4532.614746, -156.038574, 163.5625) elseif source == img3 then setElementPosition(localPlayer,1564.614746, 321.038574, -563.5625) end end) fadeCamera (false) setTimer(function() guiSetVisible(Label1,true) end,1500,1) end) كذا صح ؟ Link to comment
بروفيسور هكر Posted May 6, 2013 Author Share Posted May 6, 2013 addEventHandler("onClientGUIClick", root, function() if source == img1 then setElementPosition(localPlayer,-2418.614746,-604.038574,132.5625) elseif source == img2 then setElementPosition(localPlayer,-4532.614746, -156.038574, 163.5625) elseif source == img3 then setElementPosition(localPlayer,1564.614746, 321.038574, -563.5625) end end) function() fadeCamera(false) setTimer(fadeCamera,1500,1,true) end ما يشتغغل ي غغالي ~ Link to comment
AboFaisal Posted May 6, 2013 Share Posted May 6, 2013 ما يشتغغل ي غغالي ~ addEventHandler("onClientGUIClick", root, function() if source == img1 then setElementPosition(localPlayer,-2418.614746,-604.038574,132.5625) elseif source == img2 then setElementPosition(localPlayer,-4532.614746, -156.038574, 163.5625) elseif source == img3 then setElementPosition(localPlayer,1564.614746, 321.038574, -563.5625) end end) fadeCamera (false) setTimer(function() guiSetVisible(Label1,true) end,1500,1) end) جرب هذا بروفسور Link to comment
кιηg-αвα∂у Posted May 6, 2013 Share Posted May 6, 2013 جرب addEventHandler("onClientGUIClick", root, function() if source == img1 then setElementPosition(localPlayer,-2418.614746,-604.038574,132.5625) elseif source == img2 then setElementPosition(localPlayer,-4532.614746, -156.038574, 163.5625) elseif source == img3 then setElementPosition(localPlayer,1564.614746, 321.038574, -563.5625) end fadeCamera(false) setTimer( function() fadeCamera( true ) end,1500,1) end) Link to comment
فاّرس Posted May 6, 2013 Share Posted May 6, 2013 addEventHandler("onClientGUIClick", root, function() if source == img1 then setElementPosition(localPlayer,-2418.614746,-604.038574,132.5625) elseif source == img2 then setElementPosition(localPlayer,-4532.614746, -156.038574, 163.5625) elseif source == img3 then setElementPosition(localPlayer,1564.614746, 321.038574, -563.5625) end end) addEventHandler("onClientResourceStart",resourceRoot, function() fadeCamera(false) setTimer(fadeCamera,1500,1,true) end) Link to comment
кιηg-αвα∂у Posted May 6, 2013 Share Posted May 6, 2013 ما يشتغغل ي غغالي ~ addEventHandler("onClientGUIClick", root, function() if source == img1 then setElementPosition(localPlayer,-2418.614746,-604.038574,132.5625) elseif source == img2 then setElementPosition(localPlayer,-4532.614746, -156.038574, 163.5625) elseif source == img3 then setElementPosition(localPlayer,1564.614746, 321.038574, -563.5625) end end) fadeCamera (false) setTimer(function() guiSetVisible(Label1,true) end,1500,1) -- وش دخل البل في السالفة end) جرب هذا بروفسور Copy and paste Link to comment
بروفيسور هكر Posted May 6, 2013 Author Share Posted May 6, 2013 ثثثثثانكي ي قدعان حق كنق عبادي اششتغل ! Thanks All < 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