feat: Added Infinite Vehicle Ammo (#3003)

This commit is contained in:
R.K
2024-04-30 11:52:49 -07:00
committed by GitHub
parent 5fec32df4c
commit 03b65d5375
3 changed files with 43 additions and 1 deletions

View File

@ -68,6 +68,7 @@ namespace big
ImGui::BeginGroup();
components::command_checkbox<"vehgodmode">("GOD_MODE"_T.data());
components::command_checkbox<"infinitevehammo">();
components::command_checkbox<"hornboost">();
components::command_checkbox<"vehjump">();
components::command_checkbox<"invisveh">();