Coder Social home page Coder Social logo

tover_hud's Introduction

Tover's HUD

By Tover , Tover's Services

Do you want more of these high-quality scripts ? Feel free to join my discord https://discord.me/tover If you have questions, bugs or suggestions also feel free to join my discord !

What to do ?

  1. Be sure to have esx_status and esx_basicneeds installed!
  2. In esx_basicneeds replace line 42 til 52 with
TriggerEvent('esx_status:registerStatus', 'hunger', 1000000, '#CFAD0F', function(status)
		return false
	end, function(status)
		status.remove(100)
	end)

	TriggerEvent('esx_status:registerStatus', 'thirst', 1000000, '#0C98F1', function(status)
		return false
	end, function(status)
		status.remove(75)
	end)
  1. Or just simply replace return true to return false on line 43 and line 49
Optional
  1. Go to es_extended/config.lua and set Config.EnableHud to false

Note

This script has a voice range module built in ! If you are using another script, please disable the feature through the config.lua

Another note

Feel free to edit this script to your liking, but when you reupload it please give me the deserved credits!

Enjoy the HUD !

tover_hud's People

Contributors

tovermannetje avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.