Gamemode.DrawDeathNotice
From GMod Wiki
Event Hook | |
Hook Name | DrawDeathNotice |
Syntax | GM:DrawDeathNotice( Integer x, Integer y ) |
Description | Draws death notices. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.DrawDeathNotice]Gamemode.DrawDeathNotice [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Draws the normal death notice thingy. |
---|---|
Used on | |
Code | GAMEMODE:DrawDeathNotice( 0.85, 0.04 ) |
Output | N/A |
Description | Disables the DeathNotices. |
---|---|
Used on | |
Code | function GM:DrawDeathNotice(x, y) return end |
Output | N/A |