Player::taskBleedingDeath

From RAGE Multiplayer Wiki

Client-Side
Function

 JavaScript



JavaScript Syntax


Summary

Starts a bleeding death animation for the player, simulating a fatal injury.

Syntax

player.taskBleedingDeath();

Required Parameters

None

Return Value

  • undefined

Example

// Trigger bleeding death animation for the local player
mp.players.local.taskBleedingDeath();
mp.gui.chat.push("The player is now bleeding to death.");


See Also