Mr.R Posted May 9, 2015 Share Posted May 9, 2015 السلام عليكم ياخوان ابي فنكشنات حمايه البيد , يعني محد يقدر يضربه او يبقسه وفنكشنات فك قطع السيارهـ مثل الكبوت والشنطه والصدامات .. وماتقصرون Link to comment
</Mr.Tn6eL> Posted May 9, 2015 Share Posted May 9, 2015 "onClientPedDamage" -- حدث اذا تضرر البيد cancelEvent -- يكنسل الحدث setVehicleComponentVisible -- فك القطع Link to comment
MoDeR2014 Posted May 9, 2015 Share Posted May 9, 2015 هذا مفيد تقريباً https://community.multitheftauto.com/ind ... ls&id=5195 تسويله دم كثير وتايمر يزيد الدم كل فتره بس ما تكون قصيره اذا كنت حاطط دمه كثير . -------------------------------------------------------------- بالنسبه لفك قطع السياره , هذا هو الفنكشن المطلوب setVehicleComponentVisible Link to comment
Mr.R Posted May 9, 2015 Author Share Posted May 9, 2015 مشكور ياتنطيل سويت الفنكشنين حق حماية البيد وضبطت انه مايموت لاكن انا ابغاه محد يقدر يبقسه يعني اذا جاء احد وبقسه يكون ثابت في مكانه مايتحرك وبالنسبه لفنكشن setVehicleComponentVisible مافهمت مثال الويكي اتمنى تعطوني مثال بسيط ومشكور يامودير على جهدك Link to comment
#Alwaeli Posted May 9, 2015 Share Posted May 9, 2015 و عليكم السلام تفضل اخوية هذا كود بيد ، تجميد محد يقدر يبقسه ولا يقتله ولا يحركه pedMech = createPed(IDSkin,425.89999, -1814.59998 ,6.66406) setElementFrozen(pedMech,true) setElementInterior (pedMech,0) setElementDimension (pedMech, 0) setElementRotation(pedMech,0,0,180) addEventHandler("onClientPedDamage",root, function () if source == pedMech then cancelEvent() end end) Link to comment
Mr.R Posted May 9, 2015 Author Share Posted May 9, 2015 و عليكم السلام تفضل اخوية هذا كود بيد ، تجميد محد يقدر يبقسه ولا يقتله ولا يحركه pedMech = createPed(IDSkin,425.89999, -1814.59998 ,6.66406) setElementFrozen(pedMech,true) setElementInterior (pedMech,0) setElementDimension (pedMech, 0) setElementRotation(pedMech,0,0,180) addEventHandler("onClientPedDamage",root, function () if source == pedMech then cancelEvent() end end) ماقصرت ياخوي مشكور لاكن وش فادية الفنكشنين ذي ؟ setElementInterior setElementDimension Link to comment
N3xT Posted May 9, 2015 Share Posted May 9, 2015 و عليكم السلام تفضل اخوية هذا كود بيد ، تجميد محد يقدر يبقسه ولا يقتله ولا يحركه pedMech = createPed(IDSkin,425.89999, -1814.59998 ,6.66406) setElementFrozen(pedMech,true) setElementInterior (pedMech,0) setElementDimension (pedMech, 0) setElementRotation(pedMech,0,0,180) addEventHandler("onClientPedDamage",root, function () if source == pedMech then cancelEvent() end end) ماقصرت ياخوي مشكور لاكن وش فادية الفنكشنين ذي ؟ setElementInterior setElementDimension تقريبآ ما منها فايدة * Client ped = createPed(IDSkin,x, y,z) setElementFrozen(ped,true) setElementRotation(ped,0,0,180) addEventHandler("onClientPedDamage",root, function () if source == ped then cancelEvent() end end) Link to comment
terreus Posted May 9, 2015 Share Posted May 9, 2015 setVehicleComponentVisible bump_front_dummy -- فك صدام الأمامي bump_rear_dummy -- فك صدام الخلفي bonnet_dummy -- فك الكبوت windscreen_dummy -- فك الزجاج الامامي exhaust_ok -- فك الشكمان تفضل -- Link to comment
' A F . Posted May 9, 2015 Share Posted May 9, 2015 سسويت كود فك الصدام الامامي وانت سوي الباقي addEventHandler("onClientGUIClcik",resourceRoot, function ( ) if ( source == Name ) then setVehicleComponentVisible(getPedOccupiedVehicle(localPlayer),"bump_front_dummy",false) outputChatBox("تم فك الصدام الامامي") end end) edit : اذا تبي اسوي لك مثال على ارجاع الكل كلمني Link to comment
terreus Posted May 9, 2015 Share Posted May 9, 2015 سسويت كود فك الصدام الامامي وانت سوي الباقي addEventHandler("onClientGUIClcik",resourceRoot, function ( ) if ( source == Name ) then setVehicleComponentVisible(getPedOccupiedVehicle(localPlayer),"bump_front_dummy",false) outputChatBox("تم فك الصدام الامامي") end end) edit : اذا تبي اسوي لك مثال على ارجاع الكل كلمني وتقدر تسوي زر استعآدة كلً قطعً تسوي بس true Link to comment
' A F . Posted May 9, 2015 Share Posted May 9, 2015 يقدر يسويها ب جدول م اشوف اي صعوبه getElementsByType -- loop setVehicleComponentVisible -- true Link to comment
#Alwaeli Posted May 10, 2015 Share Posted May 10, 2015 و عليكم السلام تفضل اخوية هذا كود بيد ، تجميد محد يقدر يبقسه ولا يقتله ولا يحركه pedMech = createPed(IDSkin,425.89999, -1814.59998 ,6.66406) setElementFrozen(pedMech,true) setElementInterior (pedMech,0) setElementDimension (pedMech, 0) setElementRotation(pedMech,0,0,180) addEventHandler("onClientPedDamage",root, function () if source == pedMech then cancelEvent() end end) ماقصرت ياخوي مشكور لاكن وش فادية الفنكشنين ذي ؟ setElementInterior setElementDimension العفو اخي هذه لو بدك تحط البيد في عالم وهمي تقدر تحدد رقم العالم و تحطه بس اذا كنت تبي البيد في الشارع يعني مو في بيت او متجر شيلهم Link to comment
Mr.R Posted May 10, 2015 Author Share Posted May 10, 2015 الله يعطيكم العافيه كلكم @xiProGamer , @! Gamer , @iEksaiT , @MoDeR2014 , @Mr.Tn6eL , @iBlack.NexT وللمعلوميه ياخوان ترى فنكشن صنع البيد createPed rot ادخلوا عليه بالويكي تلقون ارقمنت اسمه هذا خلوه 0.0 عشان اذا سويت البيد مايتغير اتجاهه يبقى مثل ماسويته انت : مثال ped = createPed ( 46, 541.41339, 2362.66260, 30.87405, 0.0 ) -- 0.0 هنا بدال ماتسخدمون فنكشن setElementRotation هذي الحركه اختصار الله يعطيه العافيه @TheBest وطبعاً عرفت هذا الكلام من تم الافاده مشكورين 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