Player::taskRevive

From RAGE Multiplayer Wiki

Client-Side
Function

 JavaScript



JavaScript Syntax


Summary

Revives a player, ending any death animations and restoring normal movement.

Syntax

player.taskRevive();

Required Parameters

None

Return Value

  • undefined

Example

// Revive the local player
mp.players.local.taskRevive();
mp.gui.chat.push("The player has been revived.");


See Also