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).

Logs
  • 04:27, 29 May 2024 Shr0x talk contribs created page Players::reloadResources (Created page with "{{ServersideJsFunction}} {{JSContainer| Reloads client-side resources for all in game players, does not include DLCPacks or Game modification files. ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.players.reloadResources(); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.addCommand("reloadcs", (player) => { mp.players.reloadResources(); player.outputChatBox("Client side resources wer...")