Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 626 Bytes

CS2-HidePlayers

Description

Allows you to hide player models.

Requirments

Installation

  • Download the newest release from 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

{
  "Command": "css_hidemodels", // Command switch
  "Hidden": "@all", // Which players are hiding. Values: @all / @team / @enemy
  "Version": 1
}