marlanperumal / csgo-scripts

0 stars 0 forks source link

Rcon instructions #11

Closed marlanperumal closed 3 years ago

marlanperumal commented 3 years ago

Add to Readme, instructions (and some basic examples) for running rcon commands in game

ngoossens commented 3 years ago

Basics are:

rcon_password <password> #Authenticate
rcon <alias> # e.g. `rcon cp_arms_race` changes the game mode to arms race. See https://github.com/marlanperumal/csgo-scripts/blob/master/cp.cfg#L77-L116 for more aliases
rcon bot_kick # Kicks bots
rcon bot_add_t # Adds bot to terrorist team