garages + script

This commit is contained in:
Nikolay Korolev
2020-05-11 21:04:35 +03:00
parent 2f085ea5f5
commit 8fae2dcc26
15 changed files with 537 additions and 552 deletions

View File

@@ -462,3 +462,10 @@ CWanted::UpdateCrimesQ(void)
}
}
}
void
CWanted::Suspend(void)
{
// TODO(MIAMI)!
Reset(); // <- temporary
}