Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qstage authored Sep 15, 2024
1 parent 879b5b5 commit b9887e8
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
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
}
```

0 comments on commit b9887e8

Please sign in to comment.