Skip to content

GetLevelName

The level as a player reads it.

The game’s own name of the level GetLevel names: Trosky for trosecko, Kuttenberg for kutnohorsko, Sedletz Monastery for klaster. For what a player sees - a welcome line, a HUD text; keep GetLevel for comparisons and file names.

GetLevelName()

string - the name

function OnPlayerConnect(pid)
SendClientMessage(pid, COLOUR_SERVER, "Welcome to " .. GetLevelName() .. ", " .. GetPlayerName(pid))
end

GetLevel · the Server and timers group of the index