Skip to content

Commit 69e24eb

Browse files
Update README.md
增加指令描述
1 parent 1d89034 commit 69e24eb

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# **CS2FunMatchPlugin CS2类表演赛娱乐插件**
22
a showmatch like plugin for fun
33

4-
## Features
4+
## Features
55

6-
### random Fun every round 每回合随机一种娱乐模式
6+
### random fun mode every round 每回合随机一种娱乐模式
77

8-
## Avaliable Fun 当前可使用的娱乐模式
8+
## Avaliable Fun/Mode 当前可使用的娱乐模式
99

1010
### Bullet Teleport 瞬移子弹
1111
### HealTeammates 攻击治疗队友
@@ -25,7 +25,22 @@ if you don't forward, you will get hurt.
2525

2626
## How to Install 如何安装
2727

28-
### 1.Install metamod & CounterstrikeSharp
28+
### 1.Install metamod & CounterstrikeSharp 安装metamod以及CounterstrikeSharp
2929
see [https://docs.cssharp.dev/docs/guides/getting-started.html](https://docs.cssharp.dev/docs/guides/getting-started.html)
30-
### 2.Put dll to plugins folder
31-
30+
### 2.Put dll to plugins folder 将插件放于指定目录
31+
...\Counter-Strike Global Offensive\game\csgo\addons\counterstrikesharp\plugins\FunMatchPlugin\FunMatchPlugin.dll
32+
33+
## Plugin Console Commands 插件控制台相关指令
34+
`funlists` Show all avaliable Fun/Mode 显示所有当前支持的娱乐模式
35+
36+
`fun_displayhelp` will display help of every mode on round start 每回合开始播报模式帮助信息
37+
38+
`!fun_displayhelp` will NOT display help of every mode 停止播报模式帮助信息
39+
40+
`fun_random` will load random mode per round automaticly 启用每回合随机模式
41+
42+
`!fun_random` will not load any random mode per round automaticly 停用每回合随机模式
43+
44+
`fun_load [num]` load certain mode by num (num can be found in command "funlists") won't affect random load 手动加载模式 对应的数字可以在"funlists"指令查到 与随机模式独立
45+
46+
`!fun_load [num]` Unload certain mode by num (num can be found in command "funlists") 手动卸载模式

0 commit comments

Comments
 (0)