mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-10 14:02:57 +08:00
feat: Fast Respawn, Rapid Fire, removed static offsets (#649)
Closes #495 Fixes #635
This commit is contained in:
@ -43,6 +43,7 @@ namespace big
|
||||
looped::self_unlimited_oxygen();
|
||||
looped::self_no_water_collision();
|
||||
looped::self_mobile_radio();
|
||||
looped::self_fast_respawn();
|
||||
|
||||
script::get_current()->yield();
|
||||
}
|
||||
@ -67,6 +68,7 @@ namespace big
|
||||
looped::weapons_repair_gun();
|
||||
looped::weapons_steal_vehicle_gun();
|
||||
looped::weapons_vehicle_gun();
|
||||
looped::weapons_rapid_fire();
|
||||
|
||||
script::get_current()->yield();
|
||||
}
|
||||
|
Reference in New Issue
Block a user