iMr.SFA7 Posted July 20, 2015 Share Posted July 20, 2015 createWeapon attachElements fireWeapon Link to comment
aL.Kfo Posted July 20, 2015 Share Posted July 20, 2015 (edited) مدري وش احط الحدث local createVehicle ( 432, 2482.7744140625, -1664.732421875, 13.341870307922 ) function weapon () local weapon1 = createWeapon ( minigun, x, y, z + ) attachElements ( Weapon, Vehicle ) fireWeapon ( minigun theWeapon ) setWeaponClipAmmo (weapon, 99999) setWeaponState(weapon, "firing") end addEventHandler("onVehicleEnter", resourceRoot, Weapon) Edited July 20, 2015 by Guest Link to comment
iMr.SFA7 Posted July 20, 2015 Share Posted July 20, 2015 onVehicleEnter حط كود آنشاء السيارة خآرج الفنكشن و آستعمل لوكآل وغير آسمه لا تحط آسماء متطابقة Link to comment
aL.Kfo Posted July 20, 2015 Share Posted July 20, 2015 هيكك يعني local weapon = createVehicle ( 470, 2485.3427734375, -1665.353515625, 13.34375 ) function weapon () local weapon1 = createWeapon ( minigun, x, y, z + ) attachElements ( Weapon, Vehicle ) fireWeapon ( minigun theWeapon ) setWeaponClipAmmo (weapon, 99999) setWeaponState(weapon, "firing") end addEventHandler("onVehicleEnter", resourceRoot, Weapon) Link to comment
iMr.SFA7 Posted July 20, 2015 Share Posted July 20, 2015 local Vehicle = createVehicle ( 470, 2485.3427734375, -1665.353515625, 13.34375 ) function Weapon () local Weapon = createWeapon ( minigun, x, y, z + ) attachElements ( Weapon, Vehicle ) fireWeapon (Weapon) setWeaponClipAmmo (Weapon, 99999) setWeaponState(Weapon, "firing") end addEventHandler("onVehicleEnter", resourceRoot, Weapon) Link to comment
iMr.SFA7 Posted July 20, 2015 Share Posted July 20, 2015 يعطيكك العافية ي قلبو الله يعآفيك , آشتغل ؟ Link to comment
aL.Kfo Posted July 20, 2015 Share Posted July 20, 2015 يعطيكك العافية ي قلبو الله يعآفيك , آشتغل ؟ لا Link to comment
iMr.SFA7 Posted July 20, 2015 Share Posted July 20, 2015 آممم local Vehicle = createVehicle ( 470, 2485.3427734375, -1665.353515625, 13.34375 ) function Weapon () local Weapon = createWeapon ( minigun, x, y, z + ) if ( Vehicle ) then attachElements ( Weapon, Vehicle , 0, 0, 5 ) fireWeapon (Weapon) setWeaponClipAmmo (Weapon, 99999) setWeaponState(Weapon, "firing") end end addEventHandler("onVehicleEnter", root, Weapon) Link to comment
a7zan Posted July 21, 2015 Share Posted July 21, 2015 توضيح فقط للإخ حسن اسمه فنكشن مب فنكش Link to comment
justboy Posted July 21, 2015 Share Posted July 21, 2015 آممم local Vehicle = createVehicle ( 470, 2485.3427734375, -1665.353515625, 13.34375 ) function Weapon () local Weapon = createWeapon ( minigun, x, y, z + ) if ( Vehicle ) then attachElements ( Weapon, Vehicle , 0, 0, 5 ) fireWeapon (Weapon) setWeaponClipAmmo (Weapon, 99999) setWeaponState(Weapon, "firing") end end addEventHandler("onVehicleEnter", root, Weapon) لو تلاحظ زي الناس راح تعرف انه اي سيارة يركبها راح يوسي السلاح حط فنكشن صنع السلاح بعد التحقق Link to comment
!#NssoR_) Posted July 21, 2015 Share Posted July 21, 2015 هههههههههههههههههههههههههههههههههههههههههههههههههههههههه مشاءالله عليكم كل واحد يألف من راسه ومسوي فيها مكتشف الخطأ لو تركزون شوي بتلاحظون ان الحدث onVehicleEnter= سيرفر وفنكشناتكم هاذي : createWeapon fireWeapon setWeaponClipAmmo setWeaponState كلها كلنت مسوين هريس كلنت وسيرفر الكود يصير بهذا الشكل ياحلوين سيرفر : local Vehicle = createVehicle ( 470, 2485.3427734375, -1665.353515625, 13.34375 ) function Weapon () if ( Vehicle ) then triggerClientEvent(root,'createClientWeapon',source,Vehicle) end end addEventHandler("onVehicleEnter", Vehicle, Weapon) كلنت : addEvent('createClientWeapon',true) addEventHandler('createClientWeapon',root, function (Vehicle) if ( Vehicle ) then local x,y,z = getElementPosition(Vehicle) local Weapon = createWeapon ( 'minigun', x, y, z ) attachElements ( Weapon, Vehicle , 0, 0, 1.2 ) fireWeapon (Weapon) setWeaponClipAmmo (Weapon, 99999) setWeaponState(Weapon, "firing") end end) Link to comment
justboy Posted July 21, 2015 Share Posted July 21, 2015 ^ كل واحد يساعد بالـ يقدر عليه ايش مكتشف اخطاء قاعد ابين له غلط صرت مكتشف اخطاء ؟ الله يسامحك بس لاترد بعدي ما بي مشاكل Link to comment
aL.Kfo Posted July 21, 2015 Share Posted July 21, 2015 هههههههههههههههههههههههههههههههههههههههههههههههههههههههه مشاءالله عليكم كل واحد يألف من راسه ومسوي فيها مكتشف الخطأ لو تركزون شوي بتلاحظون ان الحدث onVehicleEnter= سيرفر وفنكشناتكم هاذي : createWeapon fireWeapon setWeaponClipAmmo setWeaponState كلها كلنت مسوين هريس كلنت وسيرفر الكود يصير بهذا الشكل ياحلوين سيرفر : local Vehicle = createVehicle ( 470, 2485.3427734375, -1665.353515625, 13.34375 ) function Weapon () if ( Vehicle ) then triggerClientEvent(root,'createClientWeapon',source,Vehicle) end end addEventHandler("onVehicleEnter", Vehicle, Weapon) كلنت : addEvent('createClientWeapon',true) addEventHandler('createClientWeapon',root, function (Vehicle) if ( Vehicle ) then local x,y,z = getElementPosition(Vehicle) local Weapon = createWeapon ( 'minigun', x, y, z ) attachElements ( Weapon, Vehicle , 0, 0, 1.2 ) fireWeapon (Weapon) setWeaponClipAmmo (Weapon, 99999) setWeaponState(Weapon, "firing") end end) هههه تمام شغال و الاخوان فوق ماقصصرو باقي في شويت حاجات ان اقدر اخلي الخلاط يتحرك وكذا ان شاءالله ان اقدر اسويها Link to comment
Professional Posted July 21, 2015 Author Share Posted July 21, 2015 شو رقم السياره لفيها خلاط Link to comment
aL.Kfo Posted July 21, 2015 Share Posted July 21, 2015 شو رقم السياره لفيها خلاط رقمها 470 شغل الكود و تحصل السياره في منطقه سي جي او عدل الاحداثيات , لن ماتوقع يجي ع كل السيارات بس اللي بالاحداث 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