Is there any way to disable the red overlay that appears when you get hurt on certain servers? Console command maybe?
Isn't it cl_deathnotice 0 or something? Don't remember.
nope
[QUOTE=GameDev;26035677]Isn't it cl_deathnotice 0 or something? Don't remember.[/QUOTE]
That disables the kill icons in the corner
I.E. PLayer KIlled Npc
I found it , just one sec
[editline]14th November 2010[/editline]
[LUA]
function HideThings( name )
if (name == "CHudHealth" or name == "CHudBattery") then
return false
end
-- We don't return anything here otherwise it will overwrite all other
-- HUDShouldDraw hooks.
end
hook.Add( "HUDShouldDraw", "HideThings", HideThings )
[/LUA]
[CODE]
CAchievementNotificationPanel Achievement notifications
CHudHealth Your Health
CHudSuitPower Most likely Auxiliary Power
CHudBattery Your Armor
CHudCrosshair Your crosshair
CHudAmmo Primary Ammo
CHudSecondaryAmmo Secondary Ammo
CHudChat The chat area
CHudCloseCaption The closed-caption messages
CHudCredits Credits
CHudDeathNotice Death notices that appear at the top right of the screen
CHudTrain Controls when using a func_train?
CHudMessage Messages printed to the center of the screen
CHudMenu Unknown
CHudWeapon Unknown
CHudWeaponSelection Player weapon selection menu
CHudGMod HUD's produced by Garrysmod
CHudDamageIndicator The red trapazoids displayed on the side of the screen when damage is taken, also includes the red screen you get when died from combat.
CHudHintDisplay Displays hints as seen in Half-Life 2
CHudVehicle Control panel when entering a vehicle/crane?
CHudVoiceStatus Shows when other players use microphone voice chat.
CHudVoiceSelfStatus Shows when the local player uses microphone voice chat.
CHudSquadStatus Squad status panel shown when rebels join your squad
CHudZoom Dimming and large crosshair
CHudCommentary Display showing the duration and progress of the currently active commentary node
CHudGeiger Commentary panel
CHudHistoryResource List of items/ammunition the player recently picked up
CHudAnimationInfo Displays information about HUD elements, activated by the console command cl_animationinfo
CHUDAutoAim Unknown
CHudFilmDemo Unknown
CHudHDRDemo Lost Coast HDR Demonstration HUD element
CHudPoisonDamageIndicator Panel that appears upon a player receiving poison [Neurotoxin] damage
CPDumpPanel Panel that appears when using cl_pdump
[/CODE]
[b][url=wiki.garrysmod.com/?title=Gamemode.HUDShouldDraw]Gamemode.HUDShouldDraw [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]
[editline]14th November 2010[/editline]
[url]http://wiki.garrysmod.com/?title=CHudDamageIndicator[/url]
I'd like to know why so many people (like 4? :v:) have Justin Bieber avatars.
Doesn't it occur to you that it is a default avatar? :v:
[QUOTE=starpoo90;26064328]I'd like to know why so many people (like 4? :v:) have Justin Bieber avatars.[/QUOTE]
New comer avatar and it is also your default
If you noticed everyone who had a default avatar before the facepunch update was a Dogs ass with a small tail with glasses now its Justin beiber
[QUOTE=Ningaglio;26056027]I found it , just one sec
[editline]14th November 2010[/editline]
[LUA]
function HideThings( name )
if (name == "CHudHealth" or name == "CHudBattery") then
return false
end
-- We don't return anything here otherwise it will overwrite all other
-- HUDShouldDraw hooks.
end
hook.Add( "HUDShouldDraw", "HideThings", HideThings )
[/LUA]
[CODE]
CAchievementNotificationPanel Achievement notifications
CHudHealth Your Health
CHudSuitPower Most likely Auxiliary Power
CHudBattery Your Armor
CHudCrosshair Your crosshair
CHudAmmo Primary Ammo
CHudSecondaryAmmo Secondary Ammo
CHudChat The chat area
CHudCloseCaption The closed-caption messages
CHudCredits Credits
CHudDeathNotice Death notices that appear at the top right of the screen
CHudTrain Controls when using a func_train?
CHudMessage Messages printed to the center of the screen
CHudMenu Unknown
CHudWeapon Unknown
CHudWeaponSelection Player weapon selection menu
CHudGMod HUD's produced by Garrysmod
CHudDamageIndicator The red trapazoids displayed on the side of the screen when damage is taken, also includes the red screen you get when died from combat.
CHudHintDisplay Displays hints as seen in Half-Life 2
CHudVehicle Control panel when entering a vehicle/crane?
CHudVoiceStatus Shows when other players use microphone voice chat.
CHudVoiceSelfStatus Shows when the local player uses microphone voice chat.
CHudSquadStatus Squad status panel shown when rebels join your squad
CHudZoom Dimming and large crosshair
CHudCommentary Display showing the duration and progress of the currently active commentary node
CHudGeiger Commentary panel
CHudHistoryResource List of items/ammunition the player recently picked up
CHudAnimationInfo Displays information about HUD elements, activated by the console command cl_animationinfo
CHUDAutoAim Unknown
CHudFilmDemo Unknown
CHudHDRDemo Lost Coast HDR Demonstration HUD element
CHudPoisonDamageIndicator Panel that appears upon a player receiving poison [Neurotoxin] damage
CPDumpPanel Panel that appears when using cl_pdump
[/CODE]
[b][url=wiki.garrysmod.com/?title=Gamemode.HUDShouldDraw]Gamemode.HUDShouldDraw [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]
[editline]14th November 2010[/editline]
[url]http://wiki.garrysmod.com/?title=CHudDamageIndicator[/url][/QUOTE]
Sorry what do i use that for?
[highlight](User was banned for this post ("Bumping a 6 years old thread" - Novangel))[/highlight]
[t]https://i.sli.mg/dPZ1ht.png[/t]
Sorry, you need to Log In to post a reply to this thread.