[bot] Implement n_StopRecordingPlayback(...)

This commit is contained in:
RD42 2024-06-01 18:37:04 +08:00
parent 67790e55f5
commit 0e726e656e

View File

@ -94,8 +94,8 @@ static cell AMX_NATIVE_CALL n_StartRecordingPlayback(AMX *amx, cell *params)
// native StopRecordingPlayback()
static cell AMX_NATIVE_CALL n_StopRecordingPlayback(AMX *amx, cell *params)
{
// TODO: n_StopRecordingPlayback
return 0;
pNetGame->StopRecordingPlayback();
return 1;
}
// native PauseRecordingPlayback()