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.
you are right its not working well on flights
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.
on your latest release there was no keybind. i tried adding and failed 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.
Really awsome job, one thing would be cool, right click for a camera that you can move around the car.
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
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.
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
This feature is getting another update as well, now adding loading states.
Note: This is build v1.0.3 that is coming out tomorrow.
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ā
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
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
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
Chores
- update currentVersion var to 1.0.3 for future ref (vipex)
Commits
- 6013c00: Merge branch āmainā of GitHub - vipexv/v-vehControl: Standalone Vehicle Control Menu for FiveM (vipex)