Skip to content

CS2ScreenMenuAPI v2.7

Choose a tag to compare

@T3Marius T3Marius released this 01 Mar 03:24
· 74 commits to main since this release

Updated | v2.7

Feats:

  • FIX: Sounds we're bugged and i added ScrollUp&ScrollDown sounds too.
  • Feat: Added Colors for DisabledOptions configurable from config.
  • Feat: Added FreezePlayer in menu for ScrollableMenu&Both Types configurable from config.
  • Feat: Improved the menu a lot by making it more optimizied (using 2 different entities)

What's new in config: (It will be automaticly added when opening a menu so you don't need to add it)

"DefaultSettings": {
    "DisabledOptionsColor": "White",
    "FreezePlayer": true,
    "EnableDisabledOptionsCount": true
},
  "Sounds": {
    "ScrollUp": "sounds/ui/csgo_ui_store_rollover.vsnd_c",
    "ScrollDown": "sounds/ui/csgo_ui_store_rollover.vsnd_c"
  }