Gamemode.NetworkIDValidated

From GMod Wiki

Jump to: navigation, search
Event Hook
Hook NameNetworkIDValidated
SyntaxGM:NetworkIDValidated( String Player Name, String SteamID )
DescriptionThis hook is called whenever a player gets validated by steam. This will not be called when the Steam servers are down or unavailable.
ReturnsNil
Lua StateNewerServer.png
BBCode[b][url=wiki.garrysmod.com/?title=Gamemode.NetworkIDValidated]Gamemode.NetworkIDValidated [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionThis is how it is defined in the base gamemode.
Used onNewerServer.png
Code
 
function GM:NetworkIDValidated( name, steamid )
	// MsgN( "GM:NetworkIDValidated", name, steamid )	
end
 
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox