Garry's Mod

Garry's Mod

Otillräckligt med betyg
HUD Identity
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Content Type: Addon
Addon Type: ServerContent
Filstorlek
Lades upp
Uppdaterades
108.830 KB
10 jun, 2020 @ 9:52
21 jun, 2020 @ 11:55
5 ändringsnotiser ( visa )

Abonnera för att ladda ner
HUD Identity

Beskrivning
[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)