mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +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()
|
// native StopRecordingPlayback()
|
||||||
static cell AMX_NATIVE_CALL n_StopRecordingPlayback(AMX *amx, cell *params)
|
static cell AMX_NATIVE_CALL n_StopRecordingPlayback(AMX *amx, cell *params)
|
||||||
{
|
{
|
||||||
// TODO: n_StopRecordingPlayback
|
pNetGame->StopRecordingPlayback();
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// native PauseRecordingPlayback()
|
// native PauseRecordingPlayback()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user