mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-02 07:45:26 +00:00
20 lines
493 B
C++
20 lines
493 B
C++
///
|
|
/// Created by Anonymous275 on 4/10/2020
|
|
///
|
|
extern std::string ServerVersion;
|
|
extern std::string ClientVersion;
|
|
extern std::string ServerName;
|
|
extern std::string StatReport;
|
|
extern std::string FileSizes;
|
|
extern std::string Resource;
|
|
extern std::string FileList;
|
|
extern std::string CustomIP;
|
|
extern std::string MapName;
|
|
extern std::string Key;
|
|
extern int MaxPlayers;
|
|
extern int ModsLoaded;
|
|
extern int MaxModSize;
|
|
extern bool Private;
|
|
extern int MaxCars;
|
|
extern bool Debug;
|
|
extern int Port; |