initial version

This commit is contained in:
Robin Appelman 2020-03-22 23:06:36 +01:00
commit 942691b151
3 changed files with 121 additions and 0 deletions

22
README.md Normal file
View file

@ -0,0 +1,22 @@
# AutoExec
Forcefully switch players to join a team
## Installation
[Download Plugin](https://github.com/spiretf/setteam/raw/master/plugin/setteam.smx)
## Usage
Set the team for a player
```
rcon setteam <player> red|blue|spec
```
Set the team for a player and prevent them from switching
```
rcon forceteam <player> red|blue|spec|free
```