Unicycle edit check

This commit is contained in:
Anonymous-275
2021-03-31 19:49:52 +03:00
parent 86b5d91579
commit 15f7a6ba85
2 changed files with 18 additions and 10 deletions

View File

@@ -32,5 +32,6 @@ private:
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 bool IsUnicycle(TClient& c, const std::string& CarJson);
static void Apply(TClient& c, int VID, const std::string& pckt);
};