FSXTim Posted June 15, 2012 Posted June 15, 2012 Hello, I need an event for race markers. For useally markers, there is the 'onMarkerHit' event, but I need an event for race-car-change-markers. Greets
Anderl Posted June 15, 2012 Posted June 15, 2012 onPlayerPickUpRacePickup addEvent ( 'onPlayerPickUpRacePickup', true ); addEventHandler ( 'onPlayerPickUpRacePickup', root, function ( pickupID, pickupType, vehicleModel ) if ( pickupType == 'vehiclechange' ) then -- some stuff end end )
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