A Standalone FiveM Script that adds Car Controls using NUI functionality.
| Personal Account | |
|---|---|
| Discord Server |
- Adds turning off/on the vehicle's engine
- Opening all sorts of doors in the vehicle
- Adds opening windows mechanism
- Adds turning off/on the vehicle's interior lights
- Allowing the player the move between seats in vehicle
- Adds signal lights functionality using the arrow keys ←↑→
- Disables GTA5 default HUDs
- Press
Config.OpenKeywhile inside a vehicle to open the car control's menu. - In order to change the key opening the menu, open
client/config.luaand setConfig.OpenKeyto a key from this Key Mappings List - You can decide whether to disable the GTA5 default HUDs in the
client/config.luaby settingConfig.DisableGTA5Defaultsaccordingly. - Also you can decide which GTA5 HUD elements you want to disable, in
client/gta5_hud.luayou'll find theHUD_ELEMENTSlocal table. You can modify thehiddenvalue in the tables accordingly.
This project is under MIT license. See the file LICENSE for more details.
