client_changeteam
Syntax
forward client_changeteam(id, newteam, oldteam);
Usage
| Parameter | Description |
|---|---|
| id | The id of the client. |
| newteam | The team number of the new team. |
| oldteam | The team number of the old team. |
Description
Triggered whenever a client's pev->team changes.
Return
This forward ignores the returned value.