pazuzu 21 Posted February 7, 2006 Is there a way to detect if a vehicles engine is off or on? Or if a vehicle is moveing or not moving? Thanks. Share this post Link to post Share on other sites
karantan 0 Posted February 7, 2006 Don't know about the engine thing, but you could check if vehicle is moving (or not moving) with speed conditions. From the memory: speed (vehicle vehicle name) > speed num Share this post Link to post Share on other sites
sirglider 0 Posted February 7, 2006 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">?enginon yourvehicle: blablabla engineon command returns you if the vehicle has the engine turned on. Enojy! Share this post Link to post Share on other sites
mrn 0 Posted February 7, 2006 There is a command called isEngineOn. Syntax: Quote[/b] ]isEngineOn vehiclename Example: Quote[/b] ]!isEngineOn jeep1 Would detect when the engine isn't on. Share this post Link to post Share on other sites
pazuzu 21 Posted February 7, 2006 Thank you, that should work nicely... Share this post Link to post Share on other sites