Unicycle bypass vehicle limit

This commit is contained in:
Anonymous-275
2021-03-31 19:18:32 +03:00
parent 6d8f75a577
commit 08660d83dc
3 changed files with 33 additions and 5 deletions

View File

@@ -31,5 +31,6 @@ private:
TClientSet mClients;
mutable RWMutex mClientsMutex;
static void ParseVehicle(TClient& c, const std::string& Pckt, TNetwork& Network);
static bool ShouldSpawn(TClient& c, const std::string& CarJson, int ID);
static void Apply(TClient& c, int VID, const std::string& pckt);
};