CarHud and HeliHUD Modified [.LUA] 3.0
11,987
103
-
2021年5月19日
Forked GitHub repo: https://github.com/JayMontana36/VehHUD
Dependencies/Requirements:
- JM36 Lua Plugin
- Function (Re)Mapper for JM36 Lua Plugin
Installation:
1: Ensure you have JM36 Lua Plugin (GitHub | 5Mods)
2: Ensure you have Function (Re)Mapper for JM36 Lua Plugin (GitHub | 5Mods)
3: Put vehhud.lua into your JM36 Lua Plugin "ScriptsDir-Lua" scripts directory, along with the FunctionReMapper files if you don't already have them.
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:
- Release3 - BugFix: Invalid/Missing rage native function call param
- Release2 - BugFix: "K" SeatBelt
首次上传时间: 2021年5月18日
最后更新时间: 2022年4月21日
最后下载: 1小时前
123个评论
More mods by JayMontana36:

- Script Hook
- 开发人员
- Lua
Forked GitHub repo: https://github.com/JayMontana36/VehHUD
Dependencies/Requirements:
- JM36 Lua Plugin
- Function (Re)Mapper for JM36 Lua Plugin
Installation:
1: Ensure you have JM36 Lua Plugin (GitHub | 5Mods)
2: Ensure you have Function (Re)Mapper for JM36 Lua Plugin (GitHub | 5Mods)
3: Put vehhud.lua into your JM36 Lua Plugin "ScriptsDir-Lua" scripts directory, along with the FunctionReMapper files if you don't already have them.
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:
- Release3 - BugFix: Invalid/Missing rage native function call param
- Release2 - BugFix: "K" SeatBelt
首次上传时间: 2021年5月18日
最后更新时间: 2022年4月21日
最后下载: 1小时前
-
@JayMontana36 I definitely feel a little silly. That was the issue. Everything works fine with original LUA plugin removed. Thanks for the help man!
2022年4月21日 -
@v1r No problem lol glad it wasn't just me overlooking something again (the past 2 versions had broken backward compatibility due to me forgetting+overlooking things needed for that, but the latest fixed that and improved everything). Also some notable improvements with JM36 vs original is that original scripts can no longer block or delay other scripts from running, so pretty much every script now (whether original or JM36) works even better together under this new version. I have also been thinking about maybe possibly rewriting some of the original scripts over to better take greater advantage of all of the improvements than you get with JM36, but have no idea which scripts I should remake.
2022年4月21日 -
-
@v1r @Easytron lol the only problem is while JM36 Lua plugin makes it a lot easier and faster to port, there are still ultimately some things that at this time are just not possible to port, and on top of that most of my time is spent working one way or another, and whenever I do have some free time, if I'm in the mood then that time goes towards either having some fun or trying to further improve JM36 Lua Plugin (still trying to attract more people to it as well to hopefully get it to be more popular again and then maybe more people will be porting FiveM scripts, especially when/if the limiting factors can be ironed out)
2022年4月21日 -
@JayMontana36 An idea for something i could really use is a script that lets you hold objects in your hand(s) for example a pizzabox)
2022年4月21日 -
@v1r That would either be a port of a FiveM script that already does something similar (such as dpemotes or something), or something entirely new that as far as I know won't be possible with the current state of the iCore/ASI, since me doing something entirely new would be the ability to look at an object and then pick it up or interact with it.
2022年4月22日 -
-
@21821 Fuel is not a part of this script, you need a different script or mod for that.
2022年4月22日 -
-
-
-
-
@ORTEGAMODS Yes, open up the vehhud Lua file, scroll down to line 91 where it says "local seatbeltkey = 311 -- K" and change that number (311) over to another control value/ID. You can visit https://docs.fivem.net/docs/game-references/controls for a list of controls and their IDs/values that you can change it to.
2022年4月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年5月20日 -
-
@Baber180 You can enable and disable various components or parts of the script by modifying the top (config) section of the script.
2022年6月23日 -
@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.