-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# CS2-HidePlayers | ||
Allows you to hide player models | ||
|
||
## Description | ||
Allows you to hide player models. | ||
|
||
## Requirments | ||
- [CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp/) | ||
|
||
## Installation | ||
- Download the newest release from [Releases](https://github.com/qstage/CS2-HidePlayers/releases) | ||
- Move the /gamedata folder to a folder /counterstrikesharp | ||
- Make a folder in /plugins named /HidePlayers. | ||
- Put the plugin files in to the new folder. | ||
- Restart your server. | ||
|
||
## Configuration | ||
```json | ||
{ | ||
"Command": "css_hidemodels", // Command switch | ||
"Hidden": "@all", // Which players are hiding. Values: @all / @team / @enemy | ||
"Version": 1 | ||
} | ||
``` |