Davey Posted March 5, 2013 Share Posted March 5, 2013 "Davey" type="script" name="Engine" /> "meta.xml" type="client"/> client="1.3.1" server="1.3.1" /> false is this good? Link to comment
Davey Posted March 5, 2013 Author Share Posted March 5, 2013 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
Anony# Posted March 5, 2013 Share Posted March 5, 2013 here is the right place to ask for help with script? Link to comment
Xierra Posted March 8, 2013 Share Posted March 8, 2013 Gosh, you know what a "Scripting" sub-forum mean, right? This is a place to showcase your resources, not asking for help Link to comment
Castillo Posted March 8, 2013 Share Posted March 8, 2013 Topic moved to scripting section. 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