Garry's Mod

Garry's Mod

73 ratings
MinHud - minimalistic hud [DARKRP and SANDBOX support]
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Effects
Addon Tags: Comic, Scenic
File Size
Posted
Updated
183.038 KB
Aug 5, 2021 @ 9:01am
Aug 15, 2021 @ 8:16am
4 Change Notes ( view )

Subscribe to download
MinHud - minimalistic hud [DARKRP and SANDBOX support]

Description
Minimalistic hud for sandbox and other gamemodes

· ping
· time
· health
· armor
· darkrp support
· hungermod support

in progress:

· ammo
24 Comments
FcknRockstar反復  [author] Jan 9 @ 1:14pm 
<3
Comrade Boris Jan 9 @ 10:06am 
I had an issue with this HUD, which is beautiful by the way.

I noted when ever I use this HUD I end up having no HUD at all. It seems none of the positioning for the elements in this HUD are relative, so its all hard coded to coordinates. Unless your using the same res as the creator these elements wont actually stay in the same place. For me they where actually being drawn off the screen (I have a small laptop).

I actually ended up completely recoding this to make it relative because I want to use it in my gamemode. HUD scripting isn't my strong point but I just really like how clean it looks.

Props to the creator!
Фалин Jan 15, 2024 @ 1:59am 
Не забудьте вписать снизу/заменить (В самом конце)

local hideHUDElements = {
["DarkRP_HUD"] = true,
["DarkRP_EntityDisplay"] = true,
["DarkRP_LocalPlayerHUD"] = true,
["DarkRP_Hungermod"] = true,
["DarkRP_ZombieInfo"] = true,
["DarkRP_Agenda"] = true,
["DarkRP_LockdownHUD"] = true,
["DarkRP_ArrestedHUD"] = false,
["CHudHealth"] = true,
["CHudBattery"] = true,
["CHudAmmo"] = true,
["CHudSuitPower"] = true,
}
Фалин Jan 15, 2024 @ 1:59am 
Вставьте кому нужен HUD на оружие там

local weapon = ply:GetActiveWeapon()

if IsValid(weapon) and weapon:Clip1() > -1 then

surface.SetDrawColor(theme_color)
surface.SetMaterial(ammo)

surface.DrawTexturedRect( ScrW() - 200, ScrH() - 60, 10, 10 )

draw.RoundedBox(0, ScrW() - 185, ScrH() - 60, 150, 15, Color(0,0,0,100))

draw.RoundedBox(0, ScrW() - 185, ScrH() - 60, weapon:Clip1() * 1.5 ,15, theme_color)

draw.SimpleText(weapon:GetPrintName(), "DermaLarge", ScrW() - 110, ScrH() - 80, theme_color, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
draw.SimpleText(weapon:Clip1() .. "/" .. ply:GetAmmoCount(weapon:GetPrimaryAmmoType()), "DermaLarge", ScrW() - 110, ScrH() - 30, theme_color, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
end
Smokkerino Sep 10, 2023 @ 2:28am 
Doesn't work.
everyofflineuser #tweek Aug 27, 2023 @ 3:56am 
Чел красава!
аБИБАс Jul 20, 2023 @ 5:38am 
автор забросил шикарный аддон.
MELIA Jun 4, 2022 @ 11:45pm 
add pls ammo display
shark Apr 9, 2022 @ 9:44am 
can you move the time on your own or
Fade Jan 29, 2022 @ 4:51pm 
Does this work with Nutscript?