Gamemode.DrawDeathNotice

From GMod Wiki

Jump to: navigation, search
Event Hook
Hook NameDrawDeathNotice
SyntaxGM:DrawDeathNotice( Integer x, Integer y )
DescriptionDraws death notices.
ReturnsNil
Lua StateNewerClient.png
BBCode[b][url=wiki.garrysmod.com/?title=Gamemode.DrawDeathNotice]Gamemode.DrawDeathNotice [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionDraws the normal death notice thingy.
Used onNewerClient.png
Code
GAMEMODE:DrawDeathNotice( 0.85, 0.04 )
OutputN/A


DescriptionDisables the DeathNotices.
Used onNewerClient.png
Code
function GM:DrawDeathNotice(x, y)
	return
end
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox