Releases: schwarper/cs2-store
Releases · schwarper/cs2-store
0.2.6
- OnTick listener in menu merged with OnTick listener in event.
- Added sound to play when selecting an option in the menu.
- Added an option to use the confirmation menu.
- The resetdatabase command now adds players from the server to the database after deleting the database.
- Tag item added
- Added new module: CoinFlip
Important
Json has been modified. Please change it by looking at the example or recreate it.
0.2.5
0.2.4
0.2.3
- Added romanian language.
- The old menu system (CenterHtmlMenu) is now available by adjusting the config setting.
- css_model1 and css_model0 commands added. The permission flag has been added to the json file for these commands.
- css_model0
=> When this command is used, it makes players' models default and prevents them from changing models. Thus, all players will use the default models. - css_model1
=> When this command is used, it removes the default forcing and gives players their models.
0.2.2
0.2.1
- WASD menu has been added instead of CentreHtmlMenu. Thanks @Interesting-exe
- Database connecting string has been added to the api system.
- Prevented menu from being overrun by other plugins and fixed recursive equip submenu creation
0.2.0
0.1.9
- Fixed a problem about store equipment.
- Added command to delete items that the user does not own from the equip table when the plugin is loaded
- Added an option to add hidden items by adding them to users via a database, or to hide them during testing.
- Added sell_use_purchase_credit option
- Updated default json
- Added chinese lang.
0.1.8a
- For the OnEntityCreated and OnTick commands, return has been added depending on whether the item exists or not.
- Added reset to Tickrate variable.
- Added a check that it is equal to 10 instead of dividing by 10 and checking that the remainder is zero.
- Api updated.
- Null controls have been changed.