G.MsgAll

From GMod Wiki

Revision as of 22:07, 12 October 2010 by Unrealomega (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function
Syntax MsgAll( String message )
Where is this used?
Description:
Prints a message to the console of every connected player.
Returns: nil
Part of Library: Global Functions
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=G.MsgAll]G.MsgAll [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionOutputs "Hello World" to console of all connected players.
Used onNewerShared.png
Code
MsgAll( "Hello World\n" )
OutputHello World


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox