mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[bot] Implement n_StopRecordingPlayback(...)
This commit is contained in:
parent
67790e55f5
commit
0e726e656e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user