StartRecordingAllPlayerData
Revision as of 09:53, 20 December 2023 by 127.0.0.1 (talk) (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.8 (not released as of 19.Dec.2023) and will not work in previous versions. </poem> {{Welcome| desc=Starts recording all players.| params=<syntaxhighlight lang="lua">(playerid, recordtype=3, flags=60)</syntaxhighlight> <poem>::playerid : The ID of the player whose actions to be recorded ::recordtype : The type of the recording. ::flags : Spec...")
This function was added in v1.8 (not released as of 19.Dec.2023) and will not work in previous versions.
Description:
Starts recording all players.
Parameters:
(playerid, recordtype=3, flags=60)
playerid : The ID of the player whose actions to be recorded
recordtype : The type of the recording.
flags : Specify one or more value combined from flags by using 'bitwise OR'. 0 means nothing will be recorded.
Return Values:
true, on success and false, on failure. Failure means the player is not connected.
Related Functions
The following functions may be helpful as they relate to this function in one way or another.