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:29, 25 December 2024 Shr0x talk contribs created page Player::taskRevive (Created page with "{{ClientsideJsFunction}} {{JSContainer| === Summary === Revives a player, ending any death animations and restoring normal movement. === Syntax === <syntaxhighlight lang="javascript"> player.taskRevive(); </syntaxhighlight> === Required Parameters === None === Return Value === * '''undefined''' === Example === <syntaxhighlight lang="javascript"> // Revive the local player mp.players.local.taskRevive(); mp.gui.chat.push("The player has been revived."); </syntaxhighli...")