Fixed TRIGGER_SCRIPT_EVENT for 3095. (#2527)

This commit is contained in:
gir489
2023-12-13 13:32:26 -05:00
committed by GitHub
parent 72dd86713b
commit 5a9019fa62
27 changed files with 31 additions and 31 deletions

View File

@ -55,7 +55,7 @@ namespace big
const size_t arg_count = 3;
int64_t args[arg_count] = {(int64_t)eRemoteEvent::TSECommand, (int64_t)self::id, (int64_t)eRemoteEvent::TSECommandRotateCam};
g_pointers->m_gta.m_trigger_script_event(1, args, arg_count, rotate_cam_bits);
g_pointers->m_gta.m_trigger_script_event(1, args, arg_count, rotate_cam_bits, (int)eRemoteEvent::TSECommand);
}
});
}