From fb84a4b7ed9a9979d118bdfd83a01c54d0f0361f Mon Sep 17 00:00:00 2001 From: "Tessio.cpp" <50866332+Tessio@users.noreply.github.com> Date: Fri, 13 Dec 2024 04:27:20 -0600 Subject: [PATCH] Update mobile.hpp to 1.70 --- src/util/mobile.hpp | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/util/mobile.hpp b/src/util/mobile.hpp index 6e64f0a4..fbab38b9 100644 --- a/src/util/mobile.hpp +++ b/src/util/mobile.hpp @@ -31,27 +31,27 @@ namespace big::mobile { inline void request_ammo_drop() { - *scr_globals::freemode_global.at(906).as() = 1; + *scr_globals::freemode_global.at(917).as() = 1; } inline void request_boat_pickup() { - *scr_globals::freemode_global.at(907).as() = 1; + *scr_globals::freemode_global.at(918).as() = 1; } inline void request_helicopter_pickup() { - *scr_globals::freemode_global.at(908).as() = 1; + *scr_globals::freemode_global.at(919).as() = 1; } inline void request_backup_helicopter() { - *scr_globals::freemode_global.at(4506).as() = 1; + *scr_globals::freemode_global.at(4522).as() = 1; } inline void request_airstrike() { - *scr_globals::freemode_global.at(4507).as() = 1; + *scr_globals::freemode_global.at(4523).as() = 1; } } @@ -90,12 +90,12 @@ namespace big::mobile { inline void request_bullshark_testosterone() { - *scr_globals::freemode_properties.at(3733).as() = 1; + *scr_globals::freemode_properties.at(3766).as() = 1; } inline void request_ballistic_armor() //i think this is a ceo ability atleast? { - *scr_globals::freemode_global.at(906).as() = 1; + *scr_globals::freemode_global.at(932).as() = 1; } } @@ -103,32 +103,32 @@ namespace big::mobile { inline void request_avenger() { - *scr_globals::freemode_global.at(953).as() = 1; + *scr_globals::freemode_global.at(964).as() = 1; } inline void request_kosatka() { - *scr_globals::freemode_global.at(975).as() = 1; + *scr_globals::freemode_global.at(991).as() = 1; } inline void request_mobile_operations_center() { - *scr_globals::freemode_global.at(945).as() = 1; + *scr_globals::freemode_global.at(956).as() = 1; } inline void request_terrorbyte() { - *scr_globals::freemode_global.at(958).as() = 1; + *scr_globals::freemode_global.at(969).as() = 1; } inline void request_acidlab() { - *scr_globals::freemode_global.at(959).as() = 1; + *scr_globals::freemode_global.at(970).as() = 1; } inline void request_acidlab_bike() { - *scr_globals::freemode_global.at(1009).as() = 1; + *scr_globals::freemode_global.at(1025).as() = 1; } } @@ -152,7 +152,7 @@ namespace big::mobile inline void summon_vehicle_by_index(int veh_idx) { - if (*scr_globals::freemode_global.at(1000).as() != -1) + if (*scr_globals::freemode_global.at(1016).as() != -1) return g_notification_service.push_warning("VEHICLE"_T.data(), "VEHICLE_MECHANIC_BUSY"_T.data()); if (g.clone_pv.spawn_inside && self::veh) @@ -169,9 +169,9 @@ namespace big::mobile { *scr_globals::freemode_global.at(957).as() = 1; // disable vehicle node distance check } - *scr_globals::freemode_global.at(943).as() = 1; // tell freemode to spawn our vehicle - *scr_globals::freemode_global.at(1003).as() = 0; // required - *scr_globals::freemode_global.at(1000).as() = veh_idx; + *scr_globals::freemode_global.at(954).as() = 1; // tell freemode to spawn our vehicle + *scr_globals::freemode_global.at(1019).as() = 0; // required + *scr_globals::freemode_global.at(1016).as() = veh_idx; script::get_current()->yield(100ms); @@ -186,7 +186,7 @@ namespace big::mobile } // blocking call till vehicle is delivered - notify::busy_spinner("Delivering vehicle...", scr_globals::freemode_global.at(1000).as(), -1); + notify::busy_spinner("Delivering vehicle...", scr_globals::freemode_global.at(1016).as(), -1); if (g.clone_pv.spawn_inside) { @@ -199,7 +199,7 @@ namespace big::mobile { inline void request_taxi() { - *scr_globals::freemode_global.at(868).as() = 1; + *scr_globals::freemode_global.at(879).as() = 1; } inline void request_gun_van()