CarHud and HeliHUD Modified [.LUA] 4.0
19,145
162
-
2021년 05월 19일 (수)
Forked GitHub repo: https://github.com/JayMontana36/VehHUD
Dependencies/Requirements:
- JM36 Lua Plugin
Installation:
1: Ensure you have JM36 Lua Plugin (GitHub | 5Mods)
2: Put vehhud.lua into your JM36 Lua Plugin "Modules" folder (located within it's "ScriptsDir-Lua" scripts directory).
Bugs:
FiveM specific things do not work nor function and have either been disabled/removed or hard-coded to always be a static value, such as what gear your vehicle is in.
Credits & Permission:
Refer to the top of the Lua script where all the authors and permission grants are, and/or the original GitHub repo that this variant was forked from.
Changelog:
- Release4 - Switched to JM36 Lua Plugin threads (similar to FiveM threads) and use JM36 Lua Plugin framework for getting the player ped instead of game natives.
- Release3 - BugFix: Invalid/Missing rage native function call param
- Release2 - BugFix: "K" SeatBelt
최초 업로드: 2021년 05월 18일 (화)
마지막 업로드: 2022년 08월 27일 (토)
마지막 다운로드: 13분 전
댓글 137
More mods by JayMontana36:

- Script Hook
- 개발자
- Lua
- Lua
- Gtalua
Forked GitHub repo: https://github.com/JayMontana36/VehHUD
Dependencies/Requirements:
- JM36 Lua Plugin
Installation:
1: Ensure you have JM36 Lua Plugin (GitHub | 5Mods)
2: Put vehhud.lua into your JM36 Lua Plugin "Modules" folder (located within it's "ScriptsDir-Lua" scripts directory).
Bugs:
FiveM specific things do not work nor function and have either been disabled/removed or hard-coded to always be a static value, such as what gear your vehicle is in.
Credits & Permission:
Refer to the top of the Lua script where all the authors and permission grants are, and/or the original GitHub repo that this variant was forked from.
Changelog:
- Release4 - Switched to JM36 Lua Plugin threads (similar to FiveM threads) and use JM36 Lua Plugin framework for getting the player ped instead of game natives.
- Release3 - BugFix: Invalid/Missing rage native function call param
- Release2 - BugFix: "K" SeatBelt
최초 업로드: 2021년 05월 18일 (화)
마지막 업로드: 2022년 08월 27일 (토)
마지막 다운로드: 13분 전
-
@MrModMan75 Thanks! I'll eventually get around to bringing more stuff over.
2022년 04월 23일 (토) -
-
@rapidsebu Yes, by editing the script, you can change the text colors to be pretty much whatever you want them to be, one way or another; because this is a (huge) port however, and one that is no longer aligned with the latest modern design recommendations for JM36 LP, I won't necessarily provide any support for this beyond simply fixing any bugs or maintaining compatibility.
2022년 05월 20일 (금) -
-
@Baber180 You can enable and disable various components or parts of the script by modifying the top (config) section of the script.
2022년 06월 23일 (목) -
-
@Baber180 The config/settings are inside the file/script itself; you can open and edit it with Notepad++ or just Notepad.
2022년 08월 27일 (토) -
-
@jungeyey The installation instructions are in the description, it's a simple drag and drop of the Lua script into the JM36 Lua Plugin Modules folder.
2022년 10월 14일 (금) -
If you can, I hope you can make the offline small map like FIVEM circular HUD. My friends and I like you very much. Thank you
2022년 10월 15일 (토) -
Been using this for the seatbelt feature and the HUD looks cool too
2022년 10월 23일 (일) -
@szw200808 Unfortunately that is not really possible to just do via scripting alone, it requires a lot more, though in FiveM has pretty much been made easy to do; I'm not sure if there'll be a circular minimap port for SP, especially as it requires more than just scripting.
2022년 11월 03일 (목) -
Open IV нада использовать или нет ? я не понимаю что и куда нада перетаскивать !!!!
2022년 11월 06일 (일) -
@JayMontana36 if the eng hud turn red how do i fix the car is the a command i need too type?and i finally got rhe mod i have been searching it for a long time
2022년 12월 26일 (월) -
-
-
uhm hello i put the vehud.lua in the module and it didint work can you help me? thank you
2023년 03월 02일 (목) -
@kioshi are you sure you put it in "Modules" and not "_Modules", and also have JM36 Lua Plugin installed correctly, without any other Lua Plugin to create conflicts?
2023년 03월 22일 (수) -
@JayMontana36 uh sorry for the late reply, uh yes i put it in "Modules" and yes its installed correctly and theres no other mods than this cause im trying to make it work
2023년 05월 07일 (일) -
@kioshi Try running the "ForDevelopers" version of JM36 Lua Plugin (replace the "ForUsers" version with it), and if it is indeed installed correctly, then you should see a console window with that version, and that console window shall indicate any states or statuses or warnings or errors; if you still see nothing (no console window) at that point, then it is installed incorrectly, and/or you did not also install ScriptHookV. Actually, before you try replacing "ForUsers" with "ForDevelopers", I recommend you make sure you do indeed have ScriptHookV installed firstly.
2023년 05월 08일 (월)
@Odraymo It was originally written for FiveM but has been ported over to singleplayer using `JM36 Lua Plugin`, so this version is meant for singleplayer and not at all for FiveM. It does require both `JM36 Lua Plugin` and `Function (Re)Mapper for JM36 Lua Plugin` to work, but at this time of writing the Function (Re)Mapper still hasn't been approved here yet so you'll have to grab it from the GitHub instead.