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