mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 14:24:09 +00:00
Peds objectives and wait states done, fixes
This commit is contained in:
parent
9b47625115
commit
3f402d23ff
4 changed files with 563 additions and 283 deletions
|
@ -3773,7 +3773,7 @@ int8 CRunningScript::ProcessCommands100To199(int32 command)
|
|||
CPed* pNearPed = ped->m_nearPeds[i];
|
||||
if (pNearPed->m_leader == ped) {
|
||||
pNearPed->Teleport(pos);
|
||||
pNearPed->PositionPedOutOfCollision(); // TODO(MIAMI): this is PositionAnyPedOutOfCollision!!!
|
||||
pNearPed->PositionAnyPedOutOfCollision();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue