ReplayEditorRequest: 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.

8 July 2024

  • curprev 17:2217:22, 8 July 2024Shr0x talk contribs 467 bytes +467 Created page with "{{ClientsideJsEvent}} {{JSContainer| Triggered when a player attempt to launch rockstar's editor mode through pause menu. == Example == <pre> mp.events.add('replayEditorRequest', () => { mp.console.logWarning(`Player ${mp.players.local.name} is now entering on editor mode`); return true; //prevent the player to enter rockstar's editor mode. }) </pre> }} == See Also == {{Player_events_clientside}} Category:Clientside API Category:Client-side Event"