@ -14,15 +14,9 @@
## Admin
```
//admin
♦ css_addadmin < steamid > < group > < immunity >
♦ css_removeadmin < steamid >
//baseban
♦ css_ban < player > < time > < reason >
♦ css_unban < steamid >
//basechat
♦ css_say < message > - sends message to all players
♦ css_csay < message > - sends centered message to all players
♦ css_dsay < message > - < message > - sends hud message to all players
@ -31,7 +25,6 @@
♦ css_chat < message > - < message > - sends message to admins
♦ css_psay < #userid|name> < message > - sends private message
//basecomm
♦ css_mute < #userid|name|all @ commands>
♦ css_unmute < #userid|name|all @ commands>
♦ css_gag < #userid|name|all @ commands>
@ -47,25 +40,19 @@
♦ css_tungag < #userid|name> < time > - Ungag timed gag
♦ css_sungag < #userid|name> < time > - Ungag timed gag
//basecommands
♦ css_kick < #userid|name> < reason >
♦ css_changemap < map >
♦ css_map < map >
♦ css_workshop < map >
♦ css_wsmap < map >
♦ css_rcon < args >
♦ css_cvar < cvar > < value >
♦ css_exec < exec >
♦ css_who < #userid|name or empty for all>
♦ css_kick < #userid|name> < reason > - 踢人
♦ css_map < map > - 换图
♦ css_workshop < map > - 换工坊图
♦ css_rcon < args > - 执行服务器指令
♦ css_cvar < cvar > < value > - 设置 < cvar > 值为 < value >
♦ css_exec < exec > - 执行 CFG
♦ css_who < #userid|name or empty for all> - 查户口
//basevotes
♦ css_vote < question > [... Options ...]
♦ css_vote < question > [... Options ...] - 发起投票
//funcommands
♦ css_freeze < #userid|name|all @ commands> < time >
♦ css_unfreeze < #userid|name|all @ commands>
♦ css_gravity < gravity >
♦ css_revive < #userid|name|all @ commands>
♦ css_respawn < #userid|name|all @ commands>
♦ css_noclip < #userid|name|all @ commands> < value >
♦ css_weapon < #userid|name|all @ commands> < weapon >
@ -82,15 +69,13 @@
♦ css_glow < #userid|name|all @ commands> < color >
♦ css_beacon < #userid|name|all @ commands> < value >
//playercommands
♦ css_slap < #userid|name|all @ commands> < damage >
♦ css_slay < #userid|name|all @ commands>
♦ css_rename < #userid|name> < newname >
```
## MatchZy
```
# Usage Commands
### Usage Commands
Most of the commands can also be used using ! prefix instead of . (like !ready)
`.ready` Marks the player ready
@ -105,7 +90,7 @@ Most of the commands can also be used using ! prefix instead of . (like !ready)
`.tac` Starts a tactical timeout
`.coach <side>` Starts coaching the specified side. Example: `.coach t` to start coaching terrorist side!
# Practice Mode Commands
## # Practice Mode Commands
`.spawn <number>` Spawns to the provided competitive spawn number of same team
`.ctspawn <number>` Spawns to the provided competitive spawn number of CT
@ -141,7 +126,7 @@ Most of the commands can also be used using ! prefix instead of . (like !ready)
`.rethrowmolotov` Throws your last thrown molotov.
`.rethrowdecoy` Throws your last thrown decoy.
# Admin Commands
## # Admin Commands
`.start` Force starts a match.
`.restart` Force restarts/resets a match.
@ -162,4 +147,3 @@ Most of the commands can also be used using ! prefix instead of . (like !ready)
`.exitprac` Exits from practice mode and loads Match mode.
`.rcon <command>` Sends command to the server
`.shuffle` 随机分配所有人队伍
```