bikes in garages + bugfix

This commit is contained in:
Nikolay Korolev
2020-06-18 00:03:43 +03:00
parent e44704dc82
commit e9e533b0cb
2 changed files with 10 additions and 3 deletions

View File

@ -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];