Skip to content

FearlessNite345/FS-HUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FearlessStudios-HUD

Github All Releases GitHub Downloads (specific asset, latest release)

Hey there! Welcome to the FearlessStudios-FiveMTemplate. This is your go-to setup for crafting Lua resources tailored for FiveM.

Setup

This script now requires FS-Lib found here https://github.com/FearlessNite345/FS-Lib/releases/latest

Postal Setup

Setting up the postal system is easy:

  1. Grab a Postal File:

    • Check out the postals folder for all available postal JSON files.
  2. Customize (Optional):

    • Want your own postal setup? No problem!
    • Drop your custom postal JSON file into the config folder.

Just make sure whatever file you're using is named "postals.json". With that, you're all set to go!

Exports

Client

getAOP()
exports['FS-HUD']:getAOP() -- returns current locally stored AOP (should be the same as server)
showHud()
exports['FS-HUD']:showHud()
hideHud()
exports['FS-HUD']:hideHud()
isHudHidden()
exports['FS-HUD']:isHudHidden() -- return true or false if hud is hidden

Server

getAOP()
exports['FS-HUD']:getAOP() -- returns current server stored AOP (should be the same as client)

Contributing

Your contributions are invaluable! If you encounter a bug or have a enhancement / optimization in mind, please don't hesitate to open an issue or submit a pull request.

License

This project is licensed under the MIT License, providing you with the freedom to integrate it seamlessly into your own projects.

Happy coding!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages