Jump to content

طلب مثال


Recommended Posts

هذا مثال

لتثيت كتله السيارة

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
هذا مثال

لتثيت كتله السيارة

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...