Script5.cpp

This commit is contained in:
Nikolay Korolev
2021-01-16 13:26:46 +03:00
parent 8b6bcef4b7
commit 708d5831e4
6 changed files with 47 additions and 14 deletions

View File

@@ -77,6 +77,7 @@ bool CRunningScript::ThisIsAValidRandomCop(int32 mi, bool cop, bool swat, bool f
default:
return miami && (mi >= MI_VICE1 && mi <= MI_VICE8);
}
return false;
}
int8 CRunningScript::ProcessCommands1000To1099(int32 command)