mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-04 00:23:27 +08:00
fix(Settings): Added custom gun settings
This commit is contained in:
parent
95dd6e7d31
commit
f88c06979a
@ -13,13 +13,14 @@ namespace big
|
|||||||
nlohmann::json options;
|
nlohmann::json options;
|
||||||
nlohmann::json default_options =
|
nlohmann::json default_options =
|
||||||
R"({
|
R"({
|
||||||
|
"custom_gun": {
|
||||||
|
"gravity_velocity_multiplier": 3.0,
|
||||||
|
"type": 0,
|
||||||
|
"vehicle_spawn_model": "bus"
|
||||||
|
},
|
||||||
"disable_phone": false,
|
"disable_phone": false,
|
||||||
"disable_chat_censoring": false,
|
"disable_chat_censoring": false,
|
||||||
"god_mode": false,
|
"god_mode": false,
|
||||||
"gravity_gun": {
|
|
||||||
"enabled": false,
|
|
||||||
"multiplier": 3.0
|
|
||||||
},
|
|
||||||
"join_message": false,
|
"join_message": false,
|
||||||
"never_wanted": false,
|
"never_wanted": false,
|
||||||
"noclip": {
|
"noclip": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user