-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add keep engine of vehicles running after getting out #6885
Conversation
Co-Authored-By: brainslush <[email protected]>
Co-Authored-By: brainslush <[email protected]>
Co-Authored-By: brainslush <[email protected]>
Do we even need setVariable public for this? I would do the following things:
This should handle the correct state for JIP, because it is either the state when you connect as client, or whicher was last toggled by Engine event. InitPost and Engine are event with global args, so no strain on the network is needed. |
Co-Authored-By: brainslush <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
Co-Authored-By: brainslush <[email protected]>
Co-Authored-By: brainslush <[email protected]>
Co-Authored-By: brainslush <[email protected]>
Co-Authored-By: brainslush <[email protected]>
Adds a feature which leaves the vehicle engine running after getting out. So, it requires the driver to switch off the engine of the vehicle.
When merged this pull request will:
I tested it locally and have tested it numerous times as part of another mod before moving it to ACE3. Please retest as I could made have mistakes while adapting the code for ACE3.