From e9e533b0cba04a06b6ac9dfaddee2ea4fa19a72d Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Thu, 18 Jun 2020 00:03:43 +0300 Subject: bikes in garages + bugfix --- src/control/Script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/control/Script.cpp') diff --git a/src/control/Script.cpp b/src/control/Script.cpp index f90e7fb5..117e8f1d 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -9976,7 +9976,7 @@ int8 CRunningScript::ProcessCommands1100To1199(int32 command) } case COMMAND_GET_RANDOM_COP_IN_AREA: { - CollectParameters(&m_nIp, 4); + CollectParameters(&m_nIp, 9); int ped_handle = -1; CVector pos = FindPlayerCoors(); float x1 = *(float*)&ScriptParams[0]; -- cgit v1.2.3