CarHud and HeliHUD Modified [.LUA] 4.0
19 098
161
-
19. mai 2021
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
Først Lastet opp: 18. mai 2021
Sist Oppdatert: 27. august 2022
Last Downloaded: 2 hours ago
137 Kommentarer
More mods by JayMontana36:
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
Først Lastet opp: 18. mai 2021
Sist Oppdatert: 27. august 2022
Last Downloaded: 2 hours ago
-
@MrModMan75 Thanks! I'll eventually get around to bringing more stuff over.
23. april 2022 -
-
@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.
20. mai 2022 -
-
@Baber180 You can enable and disable various components or parts of the script by modifying the top (config) section of the script.
23. juni 2022 -
-
@Baber180 The config/settings are inside the file/script itself; you can open and edit it with Notepad++ or just Notepad.
27. august 2022 -
-
@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.
14. oktober 2022 -
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
15. oktober 2022 -
-
@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.
3. november 2022 -
Open IV нада использовать или нет ? я не понимаю что и куда нада перетаскивать !!!!
6. november 2022 -
@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
26. desember 2022 -
-
-
uhm hello i put the vehud.lua in the module and it didint work can you help me? thank you
2. mars 2023 -
@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?
22. mars 2023 -
@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
7. mai 2023 -
@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.
8. mai 2023
@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.