Gamemode.HUDPaint
From GMod Wiki
| Event Hook | |
| Hook Name | HUDPaint | 
| Syntax | GM:HUDPaint( ) | 
| Description | Used to draw things on your screen. | 
| Returns | Nil | 
| Lua State |   | 
| BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.HUDPaint]Gamemode.HUDPaint [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] | 
Examples
Additional Notes
- If you are overriding the gamemode hook directly and want all of the old stuff, remember to put in "self.BaseClass:HUDPaint()" at the top of this function. Otherwise you will overwrite Hints and stuff.

 
			
			