CCarCtrl::GenerateOneRandomCar

This commit is contained in:
Nikolay Korolev
2020-05-08 23:29:43 +03:00
parent f902136b6a
commit 7e753c2596
19 changed files with 275 additions and 41 deletions

View File

@@ -39,6 +39,12 @@ CWanted::Initialise()
ClearQdCrimes();
}
bool
CWanted::AreMiamiViceRequired()
{
return m_nWantedLevel >= 3;
}
bool
CWanted::AreSwatRequired()
{