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).
- 17:22, 8 July 2024 Shr0x talk contribs created page ReplayEditorRequest (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")