l0m-dev / cosmo_hud

Clean & Simple hud for FiveM rewrite by lilfraae & made by nojdh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cosmo HUD

Simple status HUD for FiveM and ESX inspired by NoPixel 3.0 - Remake by lilfraae

Creating Issue

  • Check the Closed Topics & Wiki before opening an issue to see if your issue has already been Answered.
  • Do NOT Delete the Pre-Written Text in the issue.
  • Failue to due any of the above will result in Topic being deleted & you being Blocked. The Pre-Written text helps me with getting to the Bottom of the Issues & I hate explaining things over & over.

Helpful Info

  • Keep track of your hunger and thirst.
  • Ability to know what your voice range is.
  • Check your speed while driving.
  • Simple and non-invasive ui.
  • Female ped health fix.
  • Vehicle fuel integration.

Requirements

Download & Installation

  1. Download Master or Release & Extract the .zip or Open the .zip.
  2. Edit the config.lua before starting the script.
  3. Add ensure cosmo_hud to your server.cfg
  4. To make sure that cosmo_hud works with esx_status, you have to change the following line in [esx]/esx_status/client/main.lua:
92          TriggerEvent('esx_status:onTick', data)

to

92          --TriggerEvent('esx_status:onTick', data)
93          TriggerEvent('cosmo_hud:onTick', data)
  1. Set Config.Display to false in [esx]/esx_status/config.lua
  2. Set Config.Display to false in [esx]/esx_basicneeds/config.lua
  3. You're set!
  4. Do not change the name or it will not work.

Known Bugs/Issues

  • Solved for now

Credits/Original Code

Legal

License

cosmo_hud - Simple status HUD for FiveM and ESX inspired by NoPixel 3.0

Copyright (C) 2011-2021 lilfraae/Xxprom3mtxX

This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.

This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.

You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.

About

Clean & Simple hud for FiveM rewrite by lilfraae & made by nojdh

License:GNU General Public License v3.0


Languages

Language:JavaScript 57.9%Language:Lua 30.9%Language:CSS 6.5%Language:HTML 4.7%