VC replays

This commit is contained in:
Nikolay Korolev
2020-09-26 21:10:23 +03:00
parent 4d1182bdb1
commit f7d5021ac5
12 changed files with 574 additions and 145 deletions

View File

@ -230,7 +230,11 @@ CEventList::ReportCrimeForEvent(eEventType type, size_t crimeId, bool copsDontCa
if(crime == CRIME_NONE)
return;
#ifdef FIX_BUGS
CVector playerPedCoors = FindPlayerCoors();
#else
CVector playerPedCoors = FindPlayerPed()->GetPosition();
#endif
CVector playerCoors = FindPlayerCoors();
if(CWanted::WorkOutPolicePresence(playerCoors, 14.0f) != 0 ||