Skip to content
storm37000 edited this page Jan 12, 2019 · 9 revisions

Welcome to the SCPSL_Smod_ServerNameVars wiki!

Server Name Variables

Currently supported variables (place in your sm_server_name):

  • $player_count (current number of connected players) EG: "$player_count playing!"
  • $port (the port of the current server) EG: "Welcome to SCPServer.com:$port"
  • $ip (the ip of the server) EG: "Welcome to SCPServer.com [$ip:$port]"
  • $full_player_count (will display player count as $player_count/$max_player_count or FULL if there are $max_player_count players) EG: "Server.com $full_player_count"
  • $max_players (max amount of players in the config)
  • $scp_alive - number of alive SCPS.
  • $scp_start - number of SCPs at start of the round.
  • $scp_counter - prints $scp_alive/$scp_start
  • $scp_dead - number of dead scps.
  • $scp_zombies - current number of zombies.
  • $scp_kills - number of people killed by scps.
  • $classd_alive - current number of class ds.
  • $classd_escape - how many class ds have escaped.
  • $classd_start - the amount of starting class ds.
  • $classd_dead - dead classd since start of round.
  • $classd_counter - $classd_escape/$classd_start.
  • $scientists_alive - The number of scientists alive.
  • $scientists_escape - The number of scientists to escape so far.
  • $scientists_start - the amount of starting scientists.
  • $scientists_dead - dead scientists since start of round.
  • $scientists_counter - $scientists_escape/$scientist_start.
  • $ntf_alive - number of NTF(including guards) that are alive.
  • $ci_alive - number of Chaos Insurgency that are alive.
  • $warhead_detonated - prints ☢ WARHEAD DETONATED ☢ if its gone off.
  • $round_duration - how logn the round has lasted in minute(s).
  • $round_number - number of current round since server start.
  • $914uses - number of times scp914 has been used in the current round.

Example: Capture.png

Clone this wiki locally