umsg.End
From GMod Wiki
Revision as of 23:55, 21 October 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
umsg.End( ) Where is this used? |
Description: | |
Dispatches the current User Message | |
Returns: | nil |
Part of Library: | umsg |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Umsg.End]Umsg.End [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Sends a user message. |
---|---|
Used on | |
Code | umsg.Start("my_message", ply) umsg.String( "some text" ) umsg.End() |
Output | N/A |