Fixed player getting ejected from nightclub while holding weapon. (#2447)
* Fixed nightclub ejecting the player if they had weapons equipped with Allow Weapons in Interiors on. * Fix jittering weapons in the freakshop. * Added all carmod shop scripts to prevent jittering in interiors.
This commit is contained in:
@ -39,7 +39,7 @@ namespace big
|
||||
components::command_checkbox<"alwaysfullammo">();
|
||||
components::command_checkbox<"infclip">();
|
||||
components::command_checkbox<"infrange">();
|
||||
ImGui::Checkbox("VIEW_WEAPON_ALLOW_WEAPONS_IN_INTERIORS"_T.data(), &g.weapons.interior_weapon);
|
||||
components::command_checkbox<"allowwepsinside">();
|
||||
|
||||
ImGui::EndGroup();
|
||||
ImGui::SameLine();
|
||||
|
Reference in New Issue
Block a user