All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:28, 25 December 2024 Shr0x talk contribs created page Player::taskBleedingDeath (Created page with "{{ClientsideJsFunction}} {{JSContainer| === Summary === Starts a bleeding death animation for the player, simulating a fatal injury. === Syntax === <syntaxhighlight lang="javascript"> player.taskBleedingDeath(); </syntaxhighlight> === Required Parameters === None === Return Value === * '''undefined''' === Example === <syntaxhighlight lang="javascript"> // Trigger bleeding death animation for the local player mp.players.local.taskBleedingDeath(); mp.gui.chat.push("Th...")