Garry's Mod Wiki

Revision Difference

GM:NetworkIDValidated#529653

<function name="NetworkIDValidated" parent="GM" type="hook"> <ishook>yes</ishook> <description>Called when a player's SteamID has been validated by Steam.⤶ ⤶ See also <page>GM:PlayerAuthed</page>⤶ ⤶ <validate>Does this get called in singleplayer?</validate>⤶ </description>⤶ <description>⤶ Called when a player's SteamID has been validated by Steam.⤶ ⤶ See also <page>GM:PlayerAuthed</page>.⤶ ⤶ <note>This hook doesn't work intentionally in singleplayer [because the SteamID is not validated](https://github.com/Facepunch/garrysmod-issues/issues/4906#issuecomment-819337130).</note>⤶ </description>⤶ <realm>Server</realm> <predicted>No</predicted> <args> <arg name="name" type="string">Player name</arg> <arg name="steamID" type="string">Player SteamID</arg> </args> </function>