Garry's Mod

Garry's Mod

评价数不足
HUD Identity
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 服务器内容
文件大小
发表于
更新日期
108.830 KB
2020 年 6 月 10 日 上午 9:52
2020 年 6 月 21 日 上午 11:55
5 项改动说明 ( 查看 )

订阅以下载
HUD Identity

描述
[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)