==>ҭᾄlᾄl Posted September 24, 2012 Share Posted September 24, 2012 مثال على https://wiki.multitheftauto.com/wiki/SetVehicleHandling او باختصار الكود الي يركب في السياره وزنيه Link to comment
|Mr|-Talal07-| Posted September 24, 2012 Share Posted September 24, 2012 هذا مثال لتثيت كتله السيارة addCommandHandler("fast", function (source) local veh = getPedOccupiedVehicle(source) -- احضار سيارة الاعب if ( veh ) then -- هل سيارة الاعب موجوده setVehicleHandling(veh,"mass",100) -- جعل كتلة السيارة 100 outputChatBox("Done") else -- اذا لم تكن سيارة الاعب موجوده outputChatBox("Error") -- اكتب في الشات error end end ) ان شاء الله افيدك Link to comment
==>ҭᾄlᾄl Posted September 24, 2012 Author Share Posted September 24, 2012 هذا مثاللتثيت كتله السيارة addCommandHandler("fast", function (source) local veh = getPedOccupiedVehicle(source) -- احضار سيارة الاعب if ( veh ) then -- هل سيارة الاعب موجوده setVehicleHandling(veh,"mass",100) -- جعل كتلة السيارة 100 outputChatBox("Done") else -- اذا لم تكن سيارة الاعب موجوده outputChatBox("Error") -- اكتب في الشات error end end ) ان شاء الله افيدك انا عندي ماركر واذا جيت عليه بالسياره ابيه يركب وزنية سويت الكود ولكن ما ظبط هذا الكود الي فيه كود تركيب الوزنيه function MarkerHit(thePlayer, source) if tCan[thePlayer] ~= true then if not isPedInVehicle(thePlayer) then x,y,z = getElementPosition( thePlayer ) tCars[thePlayer] = createVehicle ( 411, x + 8, y - 8, z ) warpPedIntoVehicle(thePlayer,tCars[thePlayer]) tCan[thePlayer] = true local veh = getPedOccupiedVehicle(source) -- احضار سيارة الاعب setVehicleHandling(veh,"mass", 1500.0 1200.0 0.1 0.0 0.0 -0.05 70 0.50 0.8 0.70 5 800.0 33.0 16.0 F P 5.4 0.90 1 45.0 0.95 0.14 0.0 0.80 -0.25 0.5 -0.7 0.00 0.00 19000 0 0 0 3 0) end end end addEventHandler( "onMarkerHit", marcker1ofGive, MarkerHit ) Link to comment
abu5lf Posted September 24, 2012 Share Posted September 24, 2012 خطأ لازم تحدد كل خاصية وقيمتها Link to comment
==>ҭᾄlᾄl Posted September 24, 2012 Author Share Posted September 24, 2012 خطأ لازم تحدد كل خاصية وقيمتها فيه طريقه غير ذي Link to comment
abu5lf Posted September 24, 2012 Share Posted September 24, 2012 خطأ لازم تحدد كل خاصية وقيمتها فيه طريقه غير ذي viewtopic.php?f=108&t=30494 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