From 627ffb0f827e28d45c2a5fa4a837e8f7a29ba9fe Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Fri, 29 May 2020 16:52:02 +0300 Subject: [PATCH] fix --- src/control/Script.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/control/Script.cpp b/src/control/Script.cpp index b9ce5073..5d140782 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -10473,6 +10473,7 @@ int8 CRunningScript::ProcessCommands1200To1299(int32 command) ScriptParams[1] = pPed->GetWeapon(ScriptParams[1]).m_nAmmoTotal; ScriptParams[2] = CPickups::ModelForWeapon((eWeaponType)ScriptParams[0]); StoreParameters(&m_nIp, 3); + return 0; } case COMMAND_GET_CLOSEST_STRAIGHT_ROAD: { @@ -10481,6 +10482,7 @@ int8 CRunningScript::ProcessCommands1200To1299(int32 command) for (int i = 0; i < 7; i++) ScriptParams[i] = 0; StoreParameters(&m_nIp, 7); // TODO(MIAMI) + return 0; } case COMMAND_SET_CAR_FORWARD_SPEED: {