mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 09:14:09 +00:00
CWanted, anim fix, ped objs renaming, remove III beta features
This commit is contained in:
parent
d6a853bd60
commit
f3ed6659c3
29 changed files with 358 additions and 394 deletions
|
@ -503,7 +503,7 @@ CGameLogic::UpdateShortCut()
|
|||
case SHORTCUT_ARRIVING:
|
||||
if (CTimer::GetTimeInMilliseconds() > ShortCutTimer) {
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_nMoney = Max(0, CWorld::Players[CWorld::PlayerInFocus].m_nMoney - SHORTCUT_TAXI_COST);
|
||||
FindPlayerPed()->SetObjective(OBJECTIVE_LEAVE_VEHICLE, pShortCutTaxi);
|
||||
FindPlayerPed()->SetObjective(OBJECTIVE_LEAVE_CAR, pShortCutTaxi);
|
||||
FindPlayerPed()->m_carInObjective = pShortCutTaxi;
|
||||
ShortCutState = SHORTCUT_GETTING_OUT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue