mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-04 13:12:31 +08:00
Refactored Allow All Weapons In Vehicle to force all vehicles to use … (#1730)
* Refactored Allow All Weapons In Vehicle to force all vehicles to use all GROUPs. * Refactored project to not depend on src/gta files that already exist in the GTA-V-Classes project. * feat(cmake): bump GTAV-Classes
This commit is contained in:
@ -89,6 +89,7 @@ namespace big
|
||||
while (g_running)
|
||||
{
|
||||
looped::vehicle_auto_drive();
|
||||
looped::vehicle_allow_all_weapons();
|
||||
looped::vehicle_boost_behavior();
|
||||
looped::derail_train();
|
||||
looped::drive_train();
|
||||
|
Reference in New Issue
Block a user