Start Stop System 1.0
6.929
82
6.929
82
Required:
- Script Hook V
- Script Hook V .NET
SourceCode:
- Github.com/MeestalRichard
Information:
A start-stop system automatically shuts down and restarts the engine to reduce the amount of time the engine spends idling.
Long story short, When you "the player" Is Driving a Car or Motor and stops for 5 seconds ( Example: infront of a traffic light ) the Vehicle engine will turn off.
Start driving to turn engine on and start driving.
Installation:
Place the: Start Stop System.dll inside the Gta 5 scripts folder
Credits:
@stillhere > ( For helping me bug fixes, and learning me scripting )
@Jitnaught > ( for helping me understand how i could let the script check if player is on a bike or car )
- Script Hook V
- Script Hook V .NET
SourceCode:
- Github.com/MeestalRichard
Information:
A start-stop system automatically shuts down and restarts the engine to reduce the amount of time the engine spends idling.
Long story short, When you "the player" Is Driving a Car or Motor and stops for 5 seconds ( Example: infront of a traffic light ) the Vehicle engine will turn off.
Start driving to turn engine on and start driving.
Installation:
Place the: Start Stop System.dll inside the Gta 5 scripts folder
Credits:
@stillhere > ( For helping me bug fixes, and learning me scripting )
@Jitnaught > ( for helping me understand how i could let the script check if player is on a bike or car )
Primul incarcat: 03 Ianuarie 2019
Ultimul incarcat: 03 Ianuarie 2019
Last Downloaded: in urma cu 1 zi
13 Comentarii
More mods by Meestal_Richard:
Required:
- Script Hook V
- Script Hook V .NET
SourceCode:
- Github.com/MeestalRichard
Information:
A start-stop system automatically shuts down and restarts the engine to reduce the amount of time the engine spends idling.
Long story short, When you "the player" Is Driving a Car or Motor and stops for 5 seconds ( Example: infront of a traffic light ) the Vehicle engine will turn off.
Start driving to turn engine on and start driving.
Installation:
Place the: Start Stop System.dll inside the Gta 5 scripts folder
Credits:
@stillhere > ( For helping me bug fixes, and learning me scripting )
@Jitnaught > ( for helping me understand how i could let the script check if player is on a bike or car )
- Script Hook V
- Script Hook V .NET
SourceCode:
- Github.com/MeestalRichard
Information:
A start-stop system automatically shuts down and restarts the engine to reduce the amount of time the engine spends idling.
Long story short, When you "the player" Is Driving a Car or Motor and stops for 5 seconds ( Example: infront of a traffic light ) the Vehicle engine will turn off.
Start driving to turn engine on and start driving.
Installation:
Place the: Start Stop System.dll inside the Gta 5 scripts folder
Credits:
@stillhere > ( For helping me bug fixes, and learning me scripting )
@Jitnaught > ( for helping me understand how i could let the script check if player is on a bike or car )
Primul incarcat: 03 Ianuarie 2019
Ultimul incarcat: 03 Ianuarie 2019
Last Downloaded: in urma cu 1 zi
This file has been approved automatically. If you think this file should not be here for any reason please report it.
nice. i'll check it out.
Your first script in a long while, welcome back!
10/10 realistic mod :D
@stillhere
Thank you :D
@MurdockTitanium
Hope you enjoy :D
@azzman_01
Hope you like it :)
@Meestal_Richard
I like the mod is well done.
In the next update, turn the lights on when the car enters start / stop mode.
@Meestal_Richard indeed i did its very good it adds more detail into the driving
@carloxfranco
Where on the same line!
I did try to make that work, but i do not know how to keep the lights on when the engine is off
when I use addon ped and spawn my model, the script not work anymore, unless I dont change model, can u fix it :<
Would it be possible to make a Config file so you can change the Time when the Car Turns off can be changed ?
@rjvisser12 There is a native function called SET_VEHICLE_LIGHTS (https://www.dev-c.com/nativedb/func/info/34e710ff01247c5a ) that allows you to change lights mode (normal/no lights/always on) so you can keep the lights on when the engine shuts, there is also a function called GET_VEHICLE_LIGHTS_STATE (https://www.dev-c.com/nativedb/func/info/b91b4c20085bd12f ) which could determine if the lights always on should be called