Skip to content

Releases: hlmod/Shop-Core

3.0D5

03 Feb 19:09
22eeda1
Compare
Choose a tag to compare
Update shop.sp

3.0D4

28 Oct 17:32
997c6c3
Compare
Choose a tag to compare

Fixed issue with SetCredits native

05 Oct 12:24
e0bffd4
Compare
Choose a tag to compare

Native fix

21 Apr 11:22
Compare
Choose a tag to compare

Fixed native native int Shop_GetClientId(int client);
Now it returns id from database instead of boolean.

3.0D1: Merge pull request #56 from FD-Forks/sql_format

21 Mar 09:54
44c4c44
Compare
Choose a tag to compare

3.0C4

20 Sep 20:49
Compare
Choose a tag to compare
Version bump

B8 release

06 May 15:46
Compare
Choose a tag to compare

3.0B7

18 Apr 15:21
Compare
Choose a tag to compare
Merge branch 'luckfix'

3.0B6

17 Apr 20:56
Compare
Choose a tag to compare
Item loading problem fix and IsValidCall on plugins unload

3.0B4:17-01-2018

17 Jan 17:38
Compare
Choose a tag to compare

Huge update

Merged changes from original FrozDark shop update.

  • Fixed. Shop_UnregisterMe. Now correctly removes items in functions and admin panels.
  • Fixed negative numbers transfer
  • Fixed native Shop_SetClientItemTimeleft. Now it can make item infinite by duration time
  • Fixed, when plugin went crazy
  • Added natives Shop_SetLuckChance, Shop_SetItemLuckChance, Shop_GetItemLuckChance
  • Menu now have normal number of items
  • Shop_OnAuthorized now called after player inventory is being loading and Shop_IsAuthorized returns true after inventory was loaded
  • Plugin now saves toggled item data into database instead of KeyValues
  • Added native Shop_GetItemType to get item type
  • Fixed bug in callback of credits transfer, when admin id is incorrectly sended.
  • Changed callback Shop_OnLuckProcess to Shop_OnClientLuckProcess
  • Changed callback Shop_OnItemLuck to Shop_OnClientShouldLuckItem
  • Changed native Shop_OnItemLucked to Shop_OnClientItemLucked
  • Added transfer fee in callback Shop_OnCreditsTransfer and Shop_OnCreditsTransfered
  • Fixed bug, when native Shop_SetCustomInfoFloat saves integer value instead of float.

Minor optimizations.