CS2-SimpleAdmin
GitHub
  • Welcome
  • Getting Started
    • Quickstart
    • General Configuration
    • Commands Configuration
  • Commands
    • Basebans
    • Basechat
    • Basecommands
    • Basecomms
    • Basevotes
    • Funcommands
    • Playercommands
  • Developers
    • API
Powered by GitBook
On this page
  • Show penalties to player
  • Hide penalty notifications when player connect @css/kick
  • Admin menu @css/generic
  • Print admin_help.txt file @css/generic
  • Add new admin to database @css/root
  • Delete admin from database @css/root
  • Create admin group in database @css/root
  • Remove admin group from database @css/root
  • Reload admins @css/root
  • Hide you in scoreboard @css/kick
  • Show information about player @css/generic
  • Show last x disconnected players @css/kick
  • Open warn list for specific player @css/kick
  • Show information about online players @css/generic
  • Kick player @css/kick
  • Change map @css/changemap
  • Change workshop map @css/changemap
  • Change cvar value @css/cvar
  • Execute command as server @css/rcon
  • Restart game @css/generic
  1. Commands

Basecommands

Here you will find all the commands from the basecommands group.

Show penalties to player

css_penalties
css_mypenalties
css_comms

Hide penalty notifications when player connect

css_hidecomms

Admin menu

css_admin

Print admin_help.txt file

css_adminhelp

Add new admin to database

css_addadmin <steamid> <name> <flags/groups> <immunity> <duration>

Add -g to the end of the command so that admin is on all servers

Delete admin from database

css_deladmin <steamid>

Add -g to the end of the command to delete admin from all servers

Create admin group in database

css_addgroup <group_name> <flags> <immunity>

Add -g to the end of the command so that group is on all servers

Remove admin group from database

css_delgroup <group_name>

Add -g to the end of the command to delete group from all servers

Reload admins

css_reloadadmins

Hide you in scoreboard

css_hide
css_stealth

Show information about player

css_who <#userid or name>

Show last x disconnected players

css_disconnected
css_last
css_lastX - Where X is value from config

Open warn list for specific player

css_warns <#userid or name>

Show information about online players

css_players

Kick player

css_kick <#userid or name> [reason]

Change map

css_map <mapname>
css_changemap <mapname>

Change workshop map

css_wsmap <name or id>
css_changewsmap <name or id>
css_workshop <name or id>

Change cvar value

css_cvar <cvar> <value>

Execute command as server

css_rcon <command>

Restart game

css_rr
css_rg
css_restart
css_restartgame
PreviousBasechatNextBasecomms

Last updated 8 months ago