The King Posted August 10, 2013 Share Posted August 10, 2013 السلام عليكم انا ابي اخلي اقدر اطلق صواريخ ب زر معين على سيارة معينة زي شوتر مثلا السيارة الاي دي رقم 411 اخليها هيا فقط تطلق بانتظاركم Link to comment
3tibe511 Posted August 10, 2013 Share Posted August 10, 2013 https://wiki.multitheftauto.com/wiki/GetVehicleID getPedOccupiedVehicle createProjectile bindKey Link to comment
The King Posted August 10, 2013 Author Share Posted August 10, 2013 كلها فاهمها الا getPedOccupiedVehicle Link to comment
3tibe511 Posted August 10, 2013 Share Posted August 10, 2013 كلها فاهمها الاgetPedOccupiedVehicle هاذا يجيب مكان الاعب في السيارة Link to comment
The King Posted August 10, 2013 Author Share Posted August 10, 2013 كلها فاهمها الاgetPedOccupiedVehicle هاذا يجيب مكان الاعب في السيارة بس ماشوف لها فايدة انا ابيها بس لـ سيارة محددة تطلق صواريخ Link to comment
3tibe511 Posted August 10, 2013 Share Posted August 10, 2013 كلها فاهمها الاgetPedOccupiedVehicle هاذا يجيب مكان الاعب في السيارة بس ماشوف لها فايدة انا ابيها بس لـ سيارة محددة تطلق صواريخ الفايدة مثلا تخلي بس صاحب السيارة للي يسوق يطلق فهمت قصدي او تخلي للي جنب السواق وهاكذا Link to comment
The King Posted August 11, 2013 Author Share Posted August 11, 2013 ماضبط function car ( theVehicle ) id = getVehicleID ( theVehicle ) if id == 411 then end end function ( weapon ) if weapon == 38 then x,y,z = getElementPosition(getLocalPlayer()) if not createProjectile(getLocalPlayer(),19,x,y,z,200) then end addEventHandler("onClientPlayerWeaponFire", getLocalPlayer(), weapon function bind ( player ) bindKey ( player, "Space", "down") end) function ( thePlayer ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) if theVehicle then Link to comment
3tibe511 Posted August 11, 2013 Share Posted August 11, 2013 هههه حايس كل شي هاذا مثال طبق عليه bindKey("Space","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then createProjectile(vehicle,19) end end ) Link to comment
The King Posted August 11, 2013 Author Share Posted August 11, 2013 هههه حايس كل شي هاذا مثال طبق عليه bindKey("Space","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then createProjectile(vehicle,19) end end ) ماضبط Link to comment
3tibe511 Posted August 11, 2013 Share Posted August 11, 2013 هههه حايس كل شي هاذا مثال طبق عليه bindKey("Space","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then createProjectile(vehicle,19) end end ) ماضبط الكود شغال مافيه مشكلة تأكد انك حاطه كلنت Link to comment
The King Posted August 11, 2013 Author Share Posted August 11, 2013 هههه حايس كل شي هاذا مثال طبق عليه bindKey("Space","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then createProjectile(vehicle,19) end end ) ماضبط الكود شغال مافيه مشكلة تأكد انك حاطه كلنت متأكد Link to comment
iMr.Dawix~# Posted August 11, 2013 Share Posted August 11, 2013 هههه حايس كل شي هاذا مثال طبق عليه bindKey("Space","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then createProjectile(vehicle,19) end end ) createProjectile(creator, fireType,x,y,z,force,target) creator = الصانع fireType = نوع الطلقه x,y,z = احداثيات المكان الي يطلع منه الطلقه force = مادري وش هي قوة البدء قيمتها الأصليه 200 target = الشيء الي تبي الطلقه تلحقه الأشياء الأساسيه هي creator + fireType + x,y,z + force يعني بدونهم ماتقدر تسوي الصاروخ انواع الطلقات هم 16 Grenade 17 Tear Gas Grenade 18 Molotov 19 Rocket (simple) 20 Rocket (heat seeking) 21 Air Bomb 39 Satchel Charge 58 Flare from hydra وفيه ارقمنتات زياده شوف الصفحه بالويكي من هنا https://wiki.multitheftauto.com/wiki/CreateProjectile + getPedOccupiedVehicle تجيب السياره الي راكبها اللاعب مو تجيب مكانه Link to comment
The King Posted August 11, 2013 Author Share Posted August 11, 2013 هههه حايس كل شي هاذا مثال طبق عليه bindKey("Space","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then createProjectile(vehicle,19) end end ) createProjectile(creator, fireType,x,y,z,force,target) creator = الصانع fireType = نوع الطلقه x,y,z = احداثيات المكان الي يطلع منه الطلقه force = مادري وش هي قوة البدء قيمتها الأصليه 200 target = الشيء الي تبي الطلقه تلحقه الأشياء الأساسيه هي creator + fireType + x,y,z + force يعني بدونهم ماتقدر تسوي الصاروخ انواع الطلقات هم 16 Grenade 17 Tear Gas Grenade 18 Molotov 19 Rocket (simple) 20 Rocket (heat seeking) 21 Air Bomb 39 Satchel Charge 58 Flare from hydra وفيه ارقمنتات زياده شوف الصفحه بالويكي من هنا https://wiki.multitheftauto.com/wiki/CreateProjectile + getPedOccupiedVehicle تجيب السياره الي راكبها اللاعب مو تجيب مكانه يصير كذا؟؟ bindKey("Space","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then createProjectile(vehicle,19,x,y,z,200) end end ) Link to comment
The King Posted August 11, 2013 Author Share Posted August 11, 2013 ضبط بس مشكلتها تجي على كل السيارات انا ابيها تجي على سيارة رقم 411 او اي شي احددها Link to comment
iMr.Dawix~# Posted August 11, 2013 Share Posted August 11, 2013 هههه حايس كل شي هاذا مثال طبق عليه bindKey("Space","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then createProjectile(vehicle,19) end end ) createProjectile(creator, fireType,x,y,z,force,target) creator = الصانع fireType = نوع الطلقه x,y,z = احداثيات المكان الي يطلع منه الطلقه force = مادري وش هي قوة البدء قيمتها الأصليه 200 target = الشيء الي تبي الطلقه تلحقه الأشياء الأساسيه هي creator + fireType + x,y,z + force يعني بدونهم ماتقدر تسوي الصاروخ انواع الطلقات هم 16 Grenade 17 Tear Gas Grenade 18 Molotov 19 Rocket (simple) 20 Rocket (heat seeking) 21 Air Bomb 39 Satchel Charge 58 Flare from hydra وفيه ارقمنتات زياده شوف الصفحه بالويكي من هنا https://wiki.multitheftauto.com/wiki/CreateProjectile + getPedOccupiedVehicle تجيب السياره الي راكبها اللاعب مو تجيب مكانه يصير كذا؟؟ bindKey("Space","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then createProjectile(vehicle,19,x,y,z,200) end end ) ضيف هذا تحت سطر 4 x,y,z = getElementPosition(vehicle)--جلب احداثيات السياره Link to comment
The King Posted August 11, 2013 Author Share Posted August 11, 2013 [/b] يصير كذا؟؟ bindKey("Space","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then createProjectile(vehicle,19,x,y,z,200) end end ) ضيف هذا تحت سطر 4 x,y,z = getElementPosition(vehicle)--جلب احداثيات السياره مضبوط بس انا ابيها على رقم سيارة محددة مثلا السيارة رقم 411 Link to comment
кιηg-αвα∂у Posted August 11, 2013 Share Posted August 11, 2013 bindKey("mouse1","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) and ( getElementModel( vehicle ) == 411 ) and ( getElementData(localPlayer,'shot') == false ) then local x, y, z = getElementPosition( vehicle ) createProjectile(vehicle,19,x,y,z,500) setElementData(localPlayer,'shot',true) setTimer( setElementData, 2000, 1, localPlayer, 'shot', false ) end end ) addEventHandler('onClientResourceStart', resourceRoot, function() if getElementData(localPlayer,'shot') == true then setElementData(localPlayer,'shot',false) end end ) اتوقع اذا كنت تسرع يمكن تفجر نفسك Link to comment
The King Posted August 11, 2013 Author Share Posted August 11, 2013 الكود الي فوق شغال بس اذا كنت تسرع بالسيارة يمكن تفجر نفسك داري انه شغال مجربه بس ابيه على سيارة رقم 411 Link to comment
кιηg-αвα∂у Posted August 11, 2013 Share Posted August 11, 2013 الكود الي فوق شغال بس اذا كنت تسرع بالسيارة يمكن تفجر نفسك داري انه شغال مجربه بس ابيه على سيارة رقم 411 سويته ماتطلق الى كل ثانيتين bindKey("mouse1","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) and ( getElementModel( vehicle ) == 411 ) and ( getElementData(localPlayer,'shot') == false ) then local x, y, z = getElementPosition( vehicle ) createProjectile(vehicle,19,x,y,z,500) setElementData(localPlayer,'shot',true) setTimer( setElementData, 2000, 1, localPlayer, 'shot', false ) end end ) addEventHandler('onClientResourceStart', resourceRoot, function() if getElementData(localPlayer,'shot') == true then setElementData(localPlayer,'shot',false) end end ) اذا تبي بدون الثانيتين bindKey("mouse1","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) and ( getElementModel( vehicle ) == 411 ) then local x, y, z = getElementPosition( vehicle ) createProjectile(vehicle,19,x,y,z,500) end end ) اذا تبي تطلق بالماوس كلك يسار Link to comment
The King Posted August 11, 2013 Author Share Posted August 11, 2013 bindKey("mouse1","down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) and ( getElementModel( vehicle ) == 411 ) and ( getElementData(localPlayer,'shot') == false ) then local x, y, z = getElementPosition( vehicle ) createProjectile(vehicle,19,x,y,z,500) setElementData(localPlayer,'shot',true) setTimer( setElementData, 2000, 1, localPlayer, 'shot', false ) end end ) addEventHandler('onClientResourceStart', resourceRoot, function() if getElementData(localPlayer,'shot') == true then setElementData(localPlayer,'shot',false) end end ) اتوقع اذا كنت تسرع يمكن تفجر نفسك مشكور وربي انك كفو وكلكم ماقصرتو مشكورين تمت الافادة ارجو الاغلاق 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