mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
fix(Debug): Send script event prevent AC detection
This commit is contained in:
parent
f35dc534b7
commit
49e6739c0f
@ -216,6 +216,7 @@ namespace big
|
||||
}
|
||||
|
||||
components::button("Send Event", [] {
|
||||
args[1] = self::id; // prevent detection from AC
|
||||
g_pointers->m_trigger_script_event(1, args, event_arg_count, event_everyone ? -1 : 1 << event_player_bits);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user