mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(TabGun): Show description of JPow's money printer
This commit is contained in:
parent
5e43102152
commit
a9b0d5e0df
@ -41,6 +41,10 @@ namespace big
|
|||||||
if (ImGui::SliderScalar("Multiplier", ImGuiDataType_Double, g_settings.options["custom_gun"]["gravity_velocity_multiplier"].get<double*>(), &min, &max))
|
if (ImGui::SliderScalar("Multiplier", ImGuiDataType_Double, g_settings.options["custom_gun"]["gravity_velocity_multiplier"].get<double*>(), &min, &max))
|
||||||
g_settings.save();
|
g_settings.save();
|
||||||
|
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
ImGui::Text("Aim this gun at players to start printing money on them.");
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
ImGui::Text("Set the vehicle model to spawn.");
|
ImGui::Text("Set the vehicle model to spawn.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user