mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 06:44:08 +00:00
Bettah car enter canceling, fix CFO crash, ped objs. renaming
This commit is contained in:
parent
ed036df3ce
commit
15548758ac
17 changed files with 150 additions and 126 deletions
|
@ -1175,7 +1175,7 @@ bool CGarage::IsStaticPlayerCarEntirelyInside()
|
|||
return false;
|
||||
if (FindPlayerPed()->GetPedState() != PED_DRIVING)
|
||||
return false;
|
||||
if (FindPlayerPed()->m_objective == OBJECTIVE_LEAVE_VEHICLE)
|
||||
if (FindPlayerPed()->m_objective == OBJECTIVE_LEAVE_CAR)
|
||||
return false;
|
||||
CVehicle* pVehicle = FindPlayerVehicle();
|
||||
if (pVehicle->GetPosition().x < m_fX1 || pVehicle->GetPosition().x > m_fX2 ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue