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:
gir489
2023-07-16 12:24:40 -04:00
committed by GitHub
parent ae5cb4d42f
commit 6a30fa348c
36 changed files with 108 additions and 339 deletions

View File

@ -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();