mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 10:04:09 +00:00
bikes in garages + bugfix
This commit is contained in:
parent
e44704dc82
commit
e9e533b0cb
2 changed files with 10 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue