From 9f925a13ab79dc7f60ff0214f2094c91b9acb6d7 Mon Sep 17 00:00:00 2001 From: Yimura Date: Sat, 16 Jan 2021 16:21:35 +0100 Subject: [PATCH] feat(TabGun): Show description of JPow's money printer --- BigBaseV2/src/gui/tab_bar/main/weapons.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BigBaseV2/src/gui/tab_bar/main/weapons.cpp b/BigBaseV2/src/gui/tab_bar/main/weapons.cpp index 5087ff68..4221a259 100644 --- a/BigBaseV2/src/gui/tab_bar/main/weapons.cpp +++ b/BigBaseV2/src/gui/tab_bar/main/weapons.cpp @@ -41,6 +41,10 @@ namespace big if (ImGui::SliderScalar("Multiplier", ImGuiDataType_Double, g_settings.options["custom_gun"]["gravity_velocity_multiplier"].get(), &min, &max)) g_settings.save(); + break; + case 3: + ImGui::Text("Aim this gun at players to start printing money on them."); + break; case 4: ImGui::Text("Set the vehicle model to spawn.");