G.Derma_Message
From GMod Wiki
Revision as of 17:55, 25 September 2009 by Crazy Quebecer  (Talk | contribs)
				
			| Function | |
| Syntax | G.Derma_Message( String  text, String  title, String  button ) Where is this used? | 
| Description: | |
| Displays a message to the user | |
| Returns: | nil | 
| Part of Library: | Global Functions | 
| Realm: |  | 
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.Derma Message]G.Derma Message [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] | 
	
Examples
| Description | This will inform the client of something | 
|---|---|
| Used on |  | 
| Code | Derma_Message("Welcome to my server. I hope you will enjoy your stay!", "Welcome", "Thank you") | 
| Output | N/A | 
Additional Notes
- G.Derma_Message does not automatically enable the visibility of the client's mouse, so you must call gui.EnableScreenClicker, or the client's mouse will be hidden during the message.
 
			
			