Skip to content

Cases 0.1.0

Latest
Compare
Choose a tag to compare
@NaathySz NaathySz released this 23 Aug 03:48
· 1 commit to main since this release
08a9906
  • Added new configs to play sounds:
  "Open_case_sound": "/sounds/ui/csgo_ui_crate_open.vsnd_c", // Play sound when case is opened
  "Roll_item_sound": "/sounds/ui/csgo_ui_crate_item_scroll.vsnd_c", // Play sound between each item in animation
  "Won_item_sound": "/sounds/ui/panorama/inventory_new_item_01.vsnd_c", // Play sound when item is awarded
  • Added new type: "vip". Example:
{
       "Type": "vip",
       "Value": "css_vip_adduser \"{SteamID}\" \"VIP_Bronze\" \"1440\"",
       "Description": "Vip Bronze (1 day)",
       "Chance": 15,
       "PrintToChatAll": true
}