mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 23: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
|
@ -300,7 +300,7 @@ void CDarkel::Update()
|
|||
|
||||
TimeOfFrenzyStart = CTimer::GetTimeInMilliseconds();
|
||||
|
||||
FindPlayerPed()->m_pWanted->SetWantedLevel(NOTWANTED);
|
||||
FindPlayerPed()->m_pWanted->SetWantedLevel(0);
|
||||
|
||||
if (WeaponType == WEAPONTYPE_UZI_DRIVEBY)
|
||||
WeaponType = WEAPONTYPE_UZI;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue