Recorder::start
Starts recording a replay.
If mode is 0, turns on action replay.
If mode is 1, starts recording.
If already recording a replay, does nothing.
Syntax
``` mp.game.recorder.start(mode); ```
Required Arguments
- mode: Number: recording mode
Return value
Unknown
Example
See also
- [mp.game.recorder.start](/recorder-start)
- mp.game.recorder.stop
- mp.game.recorder.isRecording