Gamemode.HUDDrawTargetID
From GMod Wiki
| Event Hook | |
| Hook Name | HUDDrawTargetID |
| Syntax | GM:HUDDrawTargetID( ) |
| Description | Return false to not draw the player's name while looking at them. |
| Returns | Nil |
| Lua State | |
| BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.HUDDrawTargetID]Gamemode.HUDDrawTargetID [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | This code will turn off the player and health appearing when you look at them. |
|---|---|
| Used on | |
| Code | function GM:HUDDrawTargetID() return false end |
| Output | N/A |