Source Recon commands

  • Thread starter Thread starter flickflum
  • Start date Start date
F

flickflum

Guest
Just started to run a server and wanted to know if anyone knew where i can get recon command list. This is all new to me!
 
- rcon changelevel xx_map - changes the map without kicking players
- rcon changemap xx_map - changes map but kicks players from the server
- rcon sv_restartround 1 - restart the map without reloading it
- rcon say "what u want here" - say something through rcon (ie. as admin)
- rcon_password "passwordhere" - login as admin (password being current one)
- rcon mp_flashlight 1 - set flashlight use on
- rcon mp_footsteps 1 - set footsteps on
- rcon mp_friendlyfire 1 - set friendlyfire on
- rcon mp_c4timer 35 - set bomb timer to 35 seconds
- rcon mp_tkpunish 0 - turn off team kill penalty
- rcon mp_forcechasecam 1 - turn on chase cam to your team only
- rcon mp_startmoney 800 - starting money of 800
- rcon mp_limitteams 0 - turn off team limit (make sure it is off)
- rcon mp_freezetime 5 - set buy time to 5 seconds
- rcon mp_timelimit 0 - set timelimit to 0
- rcon mp_autoteambalance 0 - turn off team balancing (make sure it is off)
- rcon mp_maxrounds 10 - set max rounds to 15
- rcon_fadetoblack 1 - sets fade to black on when a person dies.
- rcon kick #number - kicks using server ID number
- rcon kick steam_id - kicks using steam ID
- rcon ban #number kick - kicks using the server ID and bans permanently
- rcon quit - Reboots your server

Hope this helps :)
 
What does it mean to "kicks using server ID number", do you execute like:

rcon kick 3

or

rcon kick bob

Also, how do you list steamids? How can you ban using steamids?
 
Back
Top