GM:PlayerDeathThink
Description
Called every think while the player is dead. The return value will determine if the player respawns.
Overwriting this function will prevent players from respawning by pressing space or clicking.
Arguments
Returns
1 boolean
This hook does not define a return value. The description below just describes how the hook library works in general.
Return a non-nil value to prevent the current gamemode from handling this event. In the base
gamemode, the gamemode handles player respawning in this hook. So blocking the gamemode hook will prevent player from respawning, in this specific case.