Store plugin, designed to enhance your gameplay by providing a dynamic credit system that allows you to purchase essential items directly from the store.
Download the plugin:
Download the plugin from https://github.com/schwarper/cs2-store/releases.
Install the plugin files:
Place the contents of the plugins file in the addons/counterstrikesharp/plugins folder.
Place the contents of the shared file in the addons/counterstrikesharp/shared folder.
Restart or load the plugin:
Restart your server or load the plugin using the command: css_plugins load cs2-store
Configure the plugin settings:
Once the plugin has loaded successfully, configure your settings in the cs2-store.json file located in the addons/counterstrikesharp/config/plugins/ folder. In this file you can set database information, plugin settings and define items.
Finish the installation:
Restart your server or reload the plugin for the settings to take effect.
Warnings
If you are using a custom weapon item, the settings should be as follows. You need to set the weapon name in the weapon section. You will also need to set the FollowCS2ServerGuidelines value from the core.json file to false.
"1": {
"name": "Store Ak47",
"uniqueid": "........vmdl",
"type": "customweapon",
"weapon": "weapon_ak47",
"price": "0",
"slot": "1",
"enable": "true"
}
You need to use cs2-tags plugin for tag items. If you are not using it, you will need to upload tagapi files to the cs2-store folder in plugins. If you do use it, it is sufficient to have the api file in the shared file.
Eklenti kurulumunu bilmiyorsanız, öğrenmek için buraya tıklayınız
Dosyayı indir