Jump to content

My Script ''Engine'' need help


Davey

Recommended Posts

function turnEngineOff ( theVehicle, leftSeat, jackerPlayer ) 
     
    if leftSeat == 0 and not jackerPlayer then 
         
        setVehicleEngineState ( theVehicle, false ) 
    end 
end 
-- add 'turnEngineOff' as a handler for "onPlayerExitVehicle" 
addEventHandler ( "onPlayerVehicleExit", getRootElement ( ), turnEngineOff ) 

and is this good too ?

i think is doesn't because

i forgotten the bind or command lua

or something other can someone help ?

It's an script that starts and stop the vehicle engine.

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