taha201100 Posted March 28, 2016 Share Posted March 28, 2016 السلام عليكم لو سويت زر اذا ضغطه يخلي شفافية ماركر معين تتغير دون ما انشىء ماركر جديد ينفع؟؟ +طريقة لو ضغط على صورة يتنفذ امر +ممكن فنكشن يخلي البيد يحمل سلاح وذا حد ضربه يقتله لكن شرط دون ما يتحرك من مكانه البيد وش استخدم؟ Link to comment
#J2mes Posted March 28, 2016 Share Posted March 28, 2016 الطلب الاول "onClientGUIClick" getElementsByType setElementAlpha Link to comment
MrSAUD1 Posted March 28, 2016 Share Posted March 28, 2016 البيد , ped5 = createPed ( 2,2,2 ) setTimer ( giveWeapon, 500, 1, ped5, 31, 100, true ) Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 كودك هريسه+شفتني كتبت ابي جاهز؟؟ Link to comment
#J2mes Posted March 28, 2016 Share Posted March 28, 2016 @ MrSAUD1 كودك خطأ ناقصك الارقمنت حق ايدي الشخصية Link to comment
MrSAUD1 Posted March 28, 2016 Share Posted March 28, 2016 كودك هريسه+شفتني كتبت ابي جاهز؟؟ اول شي جرب الكود , ثاني شي شغال معي , ثالث شي انا ما قلت انت فاشل لازم اعطيك جاهز ! انا اعطيتك كتوضيح لك بس انه يضبط تعطيه سلاح و يجية تلقائي Link to comment
MrSAUD1 Posted March 28, 2016 Share Posted March 28, 2016 (edited) انا حطيت الاحداثيات 2,2,2 كتوضيح , ماني عارف شخصيتة علشان احطها فـ يحطها هو Edited March 28, 2016 by Guest Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 ادري غيرت الاحداثيات بس ممكن اعرف وش دخل التايمر بالكود؟؟ +ما يعطي سلاح ولما اضربه ما يضربني Link to comment
#J2mes Posted March 28, 2016 Share Posted March 28, 2016 ^ Can't use giveWeapon() directly after createPed() ماتقدر تعطي البيد سلاح على طول Link to comment
MrSAUD1 Posted March 28, 2016 Share Posted March 28, 2016 +ممكن فنكشن يخلي البيد يحمل سلاح اعطيتك الى اعرفة ما تقدر تعطيه سلاح علطول كذا , لازم تايمر Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 طيب كيف التايمر ممكن توضح اكثر؟؟ Link to comment
#J2mes Posted March 28, 2016 Share Posted March 28, 2016 مكتوب بالويكي ان ماتقدر تعطي البيد سلاح مباشرة لازم بعد وقت Link to comment
MrSAUD1 Posted March 28, 2016 Share Posted March 28, 2016 مكتوب بالويكي ان ماتقدر تعطي البيد سلاح مباشرة لازم بعد وقت مو لازم وقت , لو كان عند دخول الاعب ماركر مثال يعطيه سلاح يضبط Link to comment
Froze Posted March 28, 2016 Share Posted March 28, 2016 addEventHandler("onResourceStart",getRootElement(), function() ped = createPed(115,2485,-1667,13.34375) if ped then giveWeapon(ped,30,100,true) end end) Link to comment
!#NssoR_) Posted March 28, 2016 Share Posted March 28, 2016 addEventHandler("onResourceStart",getRootElement(), function() ped = createPed(115,2485,-1667,13.34375) if ped then giveWeapon(ped,30,100,true) end end) كودك صحيح وشغال بس حبيت انبهك عن شئ الي هو في السطر الاول انت حاط getRootElement() هاذي في حال تم تشغيل اي سكربت بالسيرفر راح تصنع البيد وتعطيه سلاح فـ لازم تسوي كذا addEventHandler("onResourceStart",resourceRoot, function() ped = createPed(115,2485,-1667,13.34375) if ped then giveWeapon(ped,30,100,true) end end) وتمنياتي لك بالتوفيق .. Link to comment
Froze Posted March 28, 2016 Share Posted March 28, 2016 addEventHandler("onResourceStart",getRootElement(), function() ped = createPed(115,2485,-1667,13.34375) if ped then giveWeapon(ped,30,100,true) end end) كودك صحيح وشغال بس حبيت انبهك عن شئ الي هو في السطر الاول انت حاط getRootElement() هاذي في حال تم تشغيل اي سكربت بالسيرفر راح تصنع البيد وتعطيه سلاح فـ لازم تسوي كذا addEventHandler("onResourceStart",resourceRoot, function() ped = createPed(115,2485,-1667,13.34375) if ped then giveWeapon(ped,30,100,true) end end) وتمنياتي لك بالتوفيق .. يعطيك العافية على المعلومةة + بالتسبة ل صاحب الموضوع تأكد انه سيرفر سايد Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 خطأ في ذا السطر giveWeapon(ped,30,100,true) Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 +في احد يقدر يفيدني بخصوص الشيت بوكس لو مثلن حط صح يتنفذ امر لو شالها يتنفذ امر +ما ينفع يحط اكثر من صح على الكل لو حط صح على تحته مثلن الفوق تروح الصح يصير؟؟ Link to comment
#J2mes Posted March 28, 2016 Share Posted March 28, 2016 guiCheckBoxGetSelected guiCheckBoxSetSelected Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 طيب اشرح شوية انا اول مره استخدم الشوت بوكس Link to comment
#J2mes Posted March 28, 2016 Share Posted March 28, 2016 (edited) addEventHandler("onClientResourceStart", resourceRoot, function() wnd = guiCreateWindow(228, 188, 372, 110, "Test", false) guiWindowSetSizable(wnd, false) guiSetAlpha(wnd, 1.00) guiSetVisible(wnd,false) c1 = guiCreateCheckBox(9, 31, 195, 15, "Test ", false, false, wnd) c2 = guiCreateCheckBox(9, 56, 195, 15, "Test ", false, false, wnd) end ) bindKey("x","down", function ( ) guiSetVisible ( wnd , not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) end) ----------- addEventHandler("onClientGUIClick",resourceRoot , function ( ) if ( source == c1 ) then if ( guiCheckBoxGetSelected ( c2 ) == true ) then guiCheckBoxSetSelected ( c2 , false ) end elseif ( source == c2 ) then if ( guiCheckBoxGetSelected ( c1 ) == true ) then guiCheckBoxSetSelected ( c1 , false ) end end end ) Edited March 28, 2016 by Guest Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 انا اسئل وش الفرق بين الكودين 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