/cs2-force-custom-weapons

Force Custom Weapons plugin made with CounterStrikeSharp for CS2

Primary LanguageC#GNU General Public License v3.0GPL-3.0

cs2-force-custom-weapons

this plugin changes the models on weapons to custom ones


information

requirements


Note

a lot of code from schwarper/cs2-store


Buy Me a Coffee at ko-fi.com


example config

{
  "Weapons": {
    "weapon_knife": {
      "Model": "models/example/file.vmdl"
    },
    "weapon_awp": {
      "Model": "models/example/file.vmdl",
      "Permission": "@css/reservation",
      "Team": "T"
    }
  }
}