GetLevel
The name of the level the server runs.
[server] level in server.toml: klaster, trosecko or kutnohorsko (Levels).
Every client boots the same level; the launcher asks the server which.
Syntax
Section titled “Syntax”GetLevel()Returns
Section titled “Returns”string - the level name
Example
Section titled “Example”if GetLevel() == "klaster" then AddSpawnPoint(1280, 1088, -1, 0)endSee also
Section titled “See also”GetLevelName · GetDefaultSpawn · the Server and timers group of the index
