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

@ -24,7 +24,7 @@ namespace big
const size_t arg_count = 9;
int64_t args[arg_count] = {(int64_t)eRemoteEvent::VehicleKick, self::id, 0, 0, 0, 0, 0, 0, 0};
g_pointers->m_gta.m_trigger_script_event(1, args, arg_count, 1 << player->id());
g_pointers->m_gta.m_trigger_script_event(1, args, arg_count, 1 << player->id(), (int)eRemoteEvent::VehicleKick);
}
else
{