Server

server instance

map_name

string

current map (ex: de_mirage)

address

string

server ip address

max_players

number

max number of players allowed on the server

Example

print(string.format("Server IP: %s", info.server.address))

Last updated