Gamemode.HUDDrawTargetID
From GMod Wiki
Revision as of 09:19, 6 July 2009 by Unrealomega (Talk | contribs)
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 |