mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 17:40:33 +00:00
CCarCtrl::GenerateOneRandomCar
This commit is contained in:
parent
f902136b6a
commit
7e753c2596
19 changed files with 275 additions and 41 deletions
|
@ -39,6 +39,12 @@ CWanted::Initialise()
|
|||
ClearQdCrimes();
|
||||
}
|
||||
|
||||
bool
|
||||
CWanted::AreMiamiViceRequired()
|
||||
{
|
||||
return m_nWantedLevel >= 3;
|
||||
}
|
||||
|
||||
bool
|
||||
CWanted::AreSwatRequired()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue