From 9f079904cb0f98f8515c974644a7506148e65021 Mon Sep 17 00:00:00 2001 From: Yimura Date: Tue, 3 May 2022 18:00:09 +0200 Subject: [PATCH] fix(Mechanic): Spawn Timer --- BigBaseV2/src/util/mobile.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBaseV2/src/util/mobile.hpp b/BigBaseV2/src/util/mobile.hpp index c5ed127c..794ea894 100644 --- a/BigBaseV2/src/util/mobile.hpp +++ b/BigBaseV2/src/util/mobile.hpp @@ -106,7 +106,7 @@ namespace big::mobile GtaThread* freemode_thread = gta_util::find_script_thread(RAGE_JOAAT("freemode")); if (freemode_thread) - *script_local(freemode_thread, 17437).at(176).as() = 0; // spawn vehicle instantly + *script_local(freemode_thread, 18196).at(176).as() = 0; // spawn vehicle instantly // blocking call till vehicle is delivered notify::busy_spinner("Delivering vehicle...", mechanic_global.at(958).as(), -1);