Garry's Mod

Garry's Mod

Not enough ratings
HUD Identity
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Server content
File Size
Posted
Updated
108.830 KB
10 Jun, 2020 @ 9:52am
21 Jun, 2020 @ 11:55am
5 Change Notes ( view )

Subscribe to download
HUD Identity

Description
[mtxserv.com]

HUD Identity

This HUD allows you to easily add all those you need to display on the player screen. You can put information in the 4 corners of the screen. This will evolve over time in order to change as many interfaces as possible such as notifications, doors, ...

If you want to contact me due to a problem or an update you can go join the following discord server: Numerix Addons[discord.gg].

Installation :

Functions:
  • HUD.DrawBarInfo(x, y, w, h, v, ply)
    • v = table with value
      • animspeed = number (optional)
      • bar = bool (optional)
      • icon = Material("")
      • text = string
      • value = function(ply)
      • drawinfo = function(value) (to draw like you want the value) (optional)
  • HUD.DrawIconInfo(x, y, w, h, icon)
  • HUD.DrawRect(x, y, w, h)
  • HUD:AddNotice(title, message, duration, titlecolor, messsagecolor)