mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 18:14:09 +00:00
more CWanted; added CEventList
This commit is contained in:
parent
0548476ba6
commit
60711154ba
13 changed files with 666 additions and 89 deletions
|
@ -124,8 +124,8 @@ void CMissionCleanup::Process()
|
|||
CHud::m_ItemToFlash = -1;
|
||||
CHud::SetHelpMessage(nil, false);
|
||||
CUserDisplay::OnscnTimer.m_bDisabled = false;
|
||||
CWorld::Players[0].m_pPed->m_pWanted->m_IsIgnoredByCops = false;
|
||||
CWorld::Players[0].m_pPed->m_pWanted->m_IsIgnoredByEveryOne = false;
|
||||
CWorld::Players[0].m_pPed->m_pWanted->m_bIgnoredByCops = false;
|
||||
CWorld::Players[0].m_pPed->m_pWanted->m_bIgnoredByEveryone = false;
|
||||
CWorld::Players[0].MakePlayerSafe(false);
|
||||
CTheScripts::StoreVehicleIndex = -1;
|
||||
CTheScripts::StoreVehicleWasRandom = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue