Plugin for CS2 that allow player to hide their legs.
- Install CounterStrike Sharp and Metamod:Source;
- Download HideLegs;
- Unzip the archive and upload it into
csgo/addons/counterstrikesharp/plugins;
The config is created automatically. (Path: csgo/addons/counterstrikesharp/configs/plugins/HideLegs)
{
"Enabled": true,
"Command": {
"Prefix": [
"legs",
"hidelegs"
],
"Permission": []
},
"Database": {
"Host": "",
"Port": ,
"User": "",
"Password": "",
"Name": "",
"Prefix": "hide_legs"
},
"ConfigVersion": 1
}
legs|hidelegs- Show or hide your own legs;
You can choose a translation on the core.json of counterstrikesharp or type !lang lang (Path: csgo/addons/counterstrikesharp/plugins/CallAdmin/lang)
{
"Prefix": "[{green}HideLegs{default}]",
"MissingCommandPermission": "{red}You don't have permission to use this command!",
"LegsAreNowVisible": "legs are now {GREEN}visible",
"LegsAreNowHidden": "Legs are now {RED}hidden",
"InformationsLoadedVisible": "Your config has been loaded. Your legs are now {GREEN}visible",
"InformationsLoadedHidden": "Your config has been loaded. Your legs are now {RED}hidden"
}