Disable VC_PED_PORTS, better cancellable car enter, weapon and cops fixes

This commit is contained in:
eray orçunus
2020-07-02 16:01:42 +03:00
parent 575f35f2c4
commit c4cd210ae0
3 changed files with 28 additions and 28 deletions

View File

@ -390,7 +390,7 @@ void CGarage::Update()
bTakeMoney = true;
FindPlayerPed()->m_pWanted->Reset();
CPad::GetPad(0)->SetEnablePlayerControls(PLAYERCONTROL_GARAGE);
FindPlayerPed()->m_pWanted->m_bIgnoredByCops = true;
FindPlayerPed()->m_pWanted->m_bIgnoredByCops = false;
#ifdef FIX_BUGS
bool bChangedColour = false;
#else