Cruise Script This is a script mod for GTA V that lets you control your vehicle's turn signals and hazard lights and make your vehicle stick to a certain speed at the press of a button. This mod requires Alexander Blade's Script Hook V, a .asi loader and Crosire's Community Script Hook V .NET. You can get them here: http://gtaforums.com/topic/788343-vrel-script-hook-v/ http://gtaforums.com/topic/789907-vrel-community-script-hook-v-net/ Installation: 1. Place ScriptHookV.dll and dinput8.dll inside GTA V's root directory (where the GTA5.exe is located) 2. Place ScriptHookVDotNet.asi inside GTA V's root directory 3. Create a folder in GTA V's root directory named "scripts" and copy the CruiseScript.cs inside it. Controls: Left turn signal: J Right turn signal: L Hazard lights: K Activate Cruise Control (keep current speed): I You can change the controls inside the CruiseScript.cs where it says const Keys kLeftIndicator = Keys.J; const Keys kRightIndicator = Keys.L; const Keys kHazards = Keys.K; const Keys kCruiseControl = Keys.I; Please do not reupload this script although you can feel free to modify it and use it for learning purposes or whatever. Changelog: Version 1.1: -Fixed installation guide to fit the .asi loader change -Fixed a problem where the turning off the hazard lights would keep one light on -Fixed a problem where leaving a vehicle without turning off the lights first wouldn't make the signals in the next car work correctly V1.1 - YouRik - http://yourik.com/ - http://twitter.com/yourik/ |