Skip to content

Releases: schwarper/cs2-store

0.2.4

20 Jun 17:02
aa93c36
Compare
Choose a tag to compare
  • Fix player load
  • fix error: CSSharp: Native 57b77d8f was invoked on a non-main thread
  • Fixed model0, model1 problems.
  • Added a new module (TopList)

0.2.3

18 Jun 13:21
d008af3
Compare
Choose a tag to compare
  • 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.
  1. 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.
  2. css_model1
    => When this command is used, it removes the default forcing and gives players their models.

0.2.2

11 Jun 19:23
dfd7c71
Compare
Choose a tag to compare
  • Prevented menu from being overrun by other plugins and fixed recursive equip submenu creation
  • Menu gifs added to lang file.
  • Updated chineese language.

0.2.1

10 Jun 18:49
530a3da
Compare
Choose a tag to compare
  • 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

27 May 14:11
b7f62f2
Compare
Choose a tag to compare
  • Fixed an issue with PlayerLoad.
  • CSS api has been updated.

0.1.9

09 May 20:16
fb46307
Compare
Choose a tag to compare
  • 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

29 Apr 22:30
6a6edb2
Compare
Choose a tag to compare
  • 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.

0.1.8

28 Apr 23:23
6a6edb2
Compare
Choose a tag to compare
  • Fixed the issue of direct equip when you buy the item.
  • Fixed a few issues with the Customweapon item.
  • Added FollowCS2ServerGuidelines control for customweapon
  • Added precache for default models

0.1.7

26 Apr 09:30
e74b823
Compare
Choose a tag to compare
  • Database execute commands are set asynchronously.
  • In the Playerskin item, the minimum timer for model dressing for the player has been set to 0.1.
  • Api updates
  • Fixed state issue for armor (from CCSPlayerPawnBase to CCSPlayerPawn)

0.1.6

23 Apr 16:18
b71c5b8
Compare
Choose a tag to compare
  • Added safe commands when adding and getting player credits. If there is no player, it will give a value of -1.
  • Added OriginalCredits to allow for direct addition in MySQL.
  • Added the ability to change the store_equipments table name from config to avoid equipment conflicts between different servers.
  • A timer has been added to playerskin item to avoid conflicts in modes such as ZE.
  • Fixed custom weapon issues.
  • Added ServerPrecacheResources for items.
  • Files were divided into classes.
  • Prefix setting has been moved to config setting
  • Added RemoveListener for Listeners.
  • Fixed the problem of coloredskin showing legs even if they are hidden. (Not tested)
  • Api has been updated. Credits commands have been set to int.

Thanks to @e54385991