client_spawn
Syntax
forward client_spawn(id);
Usage
| Parameter | Description |
|---|---|
| id | The id of the client. |
Description
Triggered whenever a client's pev->deadflag changes from >0 to 0.
Return
This forward ignores the returned value.
forward client_spawn(id);
| Parameter | Description |
|---|---|
| id | The id of the client. |
Triggered whenever a client's pev->deadflag changes from >0 to 0.
This forward ignores the returned value.