0% found this document useful (0 votes)
7 views

CS 1.6 – Advanced Server Admin Commands

The document contains a series of remote console (rcon) commands for managing a game server. It includes commands for restarting rounds, changing maps, setting time limits, and managing player interactions such as kicking, banning, and chat settings. Additionally, it provides commands for adjusting game mechanics like gravity and team limits.

Uploaded by

kingshayanali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

CS 1.6 – Advanced Server Admin Commands

The document contains a series of remote console (rcon) commands for managing a game server. It includes commands for restarting rounds, changing maps, setting time limits, and managing player interactions such as kicking, banning, and chat settings. Additionally, it provides commands for adjusting game mechanics like gravity and team limits.

Uploaded by

kingshayanali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

rcon sv_restart 1 // Instantly restart the round

rcon changelevel de_inferno // Change map to de_inferno


rcon mp_timelimit 20 // Set map time limit (in minutes)
rcon mp_maxrounds 10 // Limit match to 10 rounds
rcon mp_winlimit 5 // First team to win 5 rounds

rcon sv_gravity 400 // Half gravity (fun mode!)


rcon sv_alltalk 1 // Allow all players to talk to each other
rcon sv_voiceenable 0 // Disable voice chat
rcon sv_timeout 60 // Disconnect idle players after 60 seconds

rcon kick "PlayerName" // Kick a specific player


rcon banid 0 "STEAM_ID" // Permanently ban a player by Steam ID
rcon removeid "STEAM_ID" // Remove Steam ID ban
rcon writeid // Save ban list
rcon writeip // Save IP ban list

rcon mp_forcecamera 1 // Force spectators to view their own team


rcon mp_chattime 5 // Post-round chat duration
rcon mp_tkpunish 1 // Slay TKers on next round
rcon mp_limitteams 2 // Prevent one team from having more than 2 extra
players

You might also like