feat(TabGun): Show description of JPow's money printer

This commit is contained in:
Yimura 2021-01-16 16:21:35 +01:00
parent b468eb7549
commit 9f925a13ab
No known key found for this signature in database
GPG Key ID: 54EFAD29393A6E78

View File

@ -41,6 +41,10 @@ namespace big
if (ImGui::SliderScalar("Multiplier", ImGuiDataType_Double, g_settings.options["custom_gun"]["gravity_velocity_multiplier"].get<double*>(), &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.");