Jump to content

Another question .


mody

Recommended Posts

I know my questions are too many but i really need answer .

Any one can give me a link of resource which allow the car at race maps jump into any direction i want ?

I use PUMA MARKERS but its only make the car jump to forward i try to rotate the marker but nothing happened it still jump to forward .

Link to comment
I know my questions are too many but i really need answer .

Any one can give me a link of resource which allow the car at race maps jump into any direction i want ?

I use PUMA MARKERS but its only make the car jump to forward i try to rotate the marker but nothing happened it still jump to forward .

use.

setElementVelocity 
createMarker 
onClientMarkerHit 

local xdMarker = createMarker (2043.7352294922, 1545.4047851563, 10.671875, "cylinder", 10, 255, 0, 0, 0) 
  
addEventHandler("onClientMarkerHit",xdMarker, 
function(hitPlayer) 
vehicleMarker = getPedOccupiedVehicle ( hitPlayer ) 
if hitPlayer ~= getLocalPlayer() then return end 
setElementVelocity ( vehicleMarker, 2, 0, 1.5) 
end) 
  

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...