mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 14:24:09 +00:00
script 800-899
This commit is contained in:
parent
42ff0f7c58
commit
0723dade76
24 changed files with 1329 additions and 132 deletions
|
@ -953,7 +953,7 @@ void CCarCtrl::SlowCarDownForPedsSectorList(CPtrList& lst, CVehicle* pVehicle, f
|
|||
if (visibilityAngle > PI)
|
||||
visibilityAngle = TWOPI - visibilityAngle;
|
||||
if (visibilityAngle < HALFPI || pVehicle->m_nCarHornTimer){
|
||||
/* if ped sees the danger of if car horn is on */
|
||||
/* if ped sees the danger or if car horn is on */
|
||||
pPed->SetFlee(pVehicle, 2000);
|
||||
pPed->bUsePedNodeSeek = false;
|
||||
pPed->SetMoveState(PEDMOVE_RUN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue