native
zp_respawn_user
Syntax
native zp_respawn_user(id, team)
Description
Respawns a player into a specific team.
Parameters
| id | Player index to be respawned. |
|---|---|
| team | Team to respawn the player into (ZP_TEAM_ZOMBIE or ZP_TEAM_HUMAN). |
Return
True on success, false otherwise.