[Free] [Standalone] Vehicle Control Menu | Heavily Inspired

thank you it mean lot for me btw i will chek your menu with flight if it work well or not

It most likely won’t work as well as vehicle’s do, especially since it’s primarily designed for cars.

1 Like

you are right its not working well on flights :disappointed_relieved::disappointed_relieved:

Yeah, i might add actual support/logic for that in the future, but i can’t say, i’ll look into it.

Also interior lights is coming in 1.0.3 as well.

1 Like

on your latest release there was no keybind. i tried adding and failed :unamused: Great work anyway

Like i stated, 1.0.3 will be adding the keybind option, it’s already in the source code but i’m planning on releasing 1.0.3 tomorrow, if you don’t wanna wait, just download the non compiled version and compile it.

Also if you don’t know how to compile then just add this at the end of your client/core.lua

RegisterKeyMapping(Config.CommandName, "Vehicle Control Menu", "keyboard", "Y")

Feel free to change it from Y to something else.

1 Like

Really awsome job, one thing would be cool, right click for a camera that you can move around the car.

2 Likes

An option to change liveries would be cool and add extras

That would be outside the scope of this script imo, people will drive cars and abuse that to avoid cops changing liveries.

Add a check for certain jobs

1 Like

That would require for the script to be dependant on another framework which i would prefer not to, but i might add something for in the future with enough demand.

Right click to look around is getting added in 1.0.3 which will be released tomorrow, it will include a couple of new features.

1 Like

Played with the css to make it fit the server theme. I love this !

2 Likes

Looks really good mane, good job!.

Also v1.0.3 is getting released tomorrow with some key features, make sure to keep an eye out :o

1 Like

This feature is getting another update as well, now adding loading states.

Note: This is build v1.0.3 that is coming out tomorrow.

FiveM_b3095_GTAProcess_szfjeZ9Akp (2)

We have made it so that you can open it with a button - maybe you would like to have more

RegisterKeyMapping(Config.CommandName, Config.CustomizationMenuDescription, ā€œkeyboardā€, Config.CustomizationMenuKey)

Config = {
Debug = true,
CommandName = ā€œvehmenuā€,
}

Config.EnableCustomizationMenu = true
Config.CustomizationMenuKey = ā€˜N’
Config.CustomizationMenuDescription = ā€˜Vehmenu Anpassung’

1 Like

Is there any way to translate?

had the same problem with my submission

i wrote the same code but some reason it didn’t work. I guess i have binded to Y. No worries i will wait anyway. Thank you so much

1 Like

Just released v1.0.3 and it has that feature built into it now.

Change Logs:

Features

  • keybind for menu (vipex)
  • toggleable interior lights (vipex)
  • nui: debouncing func to user input (vipex)
  • right click to look around (vipex)

Bug Fixes

  • focus mode mb not working due to new transition (vipex)
  • nui staying focused on close (vipex)

Styles

  • change cardoor and car hood icons (vipex)
  • web/core: mb when focus mode is on (vipex)
  • new loading state (vipex)
  • change transition to pop (vipex)
  • add new tip bar (vipex)

Code Refactoring

  • client/core: change int (vipex)
  • remove load of dev scripts (vipex)
  • update img to gif (vipex)

Chores

  • update currentVersion var to 1.0.3 for future ref (vipex)

Commits

2 Likes