Installation

  • Begin by downloading the cs2-store plugin and place it in the correct directory within the folder: addons ├── counterstrikesharp │ └── plugins │ └── cs2-store

  • Copy the StoreApi library files to the following directory: addons ├── counterstrikesharp │ └── shared │ └── StoreApi

  • To modify the store settings: addons ├── counterstrikesharp │ └── configs │ └── plugins │ └── cs2-store │ └── cs2-store.json

Last updated