mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-04 05:02:58 +08:00
Tp, Paintgun, refractor rainbow controller, refractor raycast (#1708)
This commit is contained in:
@ -35,6 +35,7 @@ namespace big
|
||||
looped::system_desync_kick_protection();
|
||||
looped::system_spoofing();
|
||||
looped::system_mission_creator();
|
||||
looped::system_rainbow();
|
||||
|
||||
for (auto command : g_looped_commands)
|
||||
if (command->is_enabled())
|
||||
@ -64,6 +65,8 @@ namespace big
|
||||
|
||||
while (g_running)
|
||||
{
|
||||
looped::weapons_tp_gun();
|
||||
looped::weapons_paint_gun();
|
||||
looped::weapons_ammo_special_type();
|
||||
looped::weapons_cage_gun();
|
||||
looped::weapons_delete_gun();
|
||||
|
Reference in New Issue
Block a user