Players::reloadResources: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 May 2024

  • curprev 04:2704:27, 29 May 2024Shr0x talk contribs 560 bytes +560 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..."