mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-01 12:02:55 +08:00
Multi select for gravity gun (#690)
This commit is contained in:
@ -135,6 +135,9 @@ namespace big
|
||||
|
||||
switch (selected)
|
||||
{
|
||||
case CustomWeapon::GRAVITY_GUN:
|
||||
ImGui::Checkbox("Launch on release", &g.weapons.gravity_gun.launch_on_release);
|
||||
break;
|
||||
case CustomWeapon::VEHICLE_GUN:
|
||||
// this some ugly ass looking code
|
||||
static char vehicle_gun[12];
|
||||
|
Reference in New Issue
Block a user