fix(Mechanic): Spawn Timer

This commit is contained in:
Yimura 2022-05-03 18:00:09 +02:00
parent 1e9f4fb7ca
commit e211ddacb5
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -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<int*>() = 0; // spawn vehicle instantly
*script_local(freemode_thread, 18196).at(176).as<int*>() = 0; // spawn vehicle instantly
// blocking call till vehicle is delivered
notify::busy_spinner("Delivering vehicle...", mechanic_global.at(958).as<int*>(), -1);