mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 08:42:44 +08:00
feat(Protection): Catch vehicle temp action 15
Credit: @SkiddyToast
This commit is contained in:
@ -47,7 +47,7 @@ namespace big
|
||||
uint32_t action;
|
||||
buffer->ReadDword(&action, 8);
|
||||
|
||||
if (action >= 16 && action <= 18)
|
||||
if (action >= 15 && action <= 18)
|
||||
{
|
||||
g_pointers->m_send_event_ack(event_manager, source_player, target_player, event_index, event_handled_bitset);
|
||||
|
||||
|
Reference in New Issue
Block a user