mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 05:44:09 +00:00
fix merge with upstream
This commit is contained in:
parent
90233baffe
commit
402ecd6305
3 changed files with 4 additions and 8 deletions
|
@ -5294,10 +5294,10 @@ int8 CRunningScript::ProcessCommandsFrom600To699(int32 command)
|
|||
{
|
||||
CollectParameters(&m_nIp, 1);
|
||||
if (ScriptParams[0] != 0){
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_nSwitchTaxiTime = CTimer::GetTimeInMilliseconds();
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_bSwitchTaxi = true;
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_nUnusedTaxiTimer = CTimer::GetTimeInMilliseconds();
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_bUnusedTaxiThing = true;
|
||||
}else{
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_bSwitchTaxi = false;
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_bUnusedTaxiThing = false;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue