Add cmgamestats console command to show total number of vehicles in the game

This commit is contained in:
dP
2023-03-16 20:56:27 +04:00
parent dea0c18ccf
commit da2e40b4f8
3 changed files with 32 additions and 0 deletions

View File

@@ -2670,4 +2670,5 @@ void IConsoleStdLibRegister()
IConsole::CmdRegister("cmgamespeed", citymania::ConGameSpeed);
IConsole::CmdRegister("cmstartrecord", citymania::ConStartRecord);
IConsole::CmdRegister("cmstoprecord", citymania::ConStopRecord);
IConsole::CmdRegister("cmgamestats", citymania::ConGameStats);
}