native
rg_is_player_can_respawn
Syntax
native bool:rg_is_player_can_respawn(const index);
Description
Checks whether the player can respawn.
Parameters
| index | Client index |
|---|
Return
true if player can respawn, false otherwise
native
native bool:rg_is_player_can_respawn(const index);
Checks whether the player can respawn.
| index | Client index |
|---|
true if player can respawn, false otherwise