Signature
forward client_putinserver(id);
Description
Called when a client is entering the game.
Notes
-
It is not defined whether the client already has a SteamID when this
forward is called. client_authorized may occur either before or after
this.
Parameters
- id — Client index
No return value