forward
client_putinserver
Syntax
forward client_putinserver(id);
Description
Called when a client is entering the game.
Parameters
| id | Client index |
|---|
Note
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.
Return
This forward ignores the returned value.