mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-04 06:46:23 +00:00
Added lua GetIdentifiers
This commit is contained in:
@@ -60,9 +60,11 @@ void TClient::SetCarData(int Ident, const std::string& Data) {
|
||||
}
|
||||
DeleteCar(Ident);
|
||||
}
|
||||
|
||||
int TClient::GetCarCount() const {
|
||||
return int(mVehicleData.size());
|
||||
}
|
||||
|
||||
TServer& TClient::Server() const {
|
||||
return mServer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user