Skip to content

CS2ScreenMenuAPI v4.0

Choose a tag to compare

@T3Marius T3Marius released this 30 Jun 00:13
· 20 commits to main since this release
6eb5dbd

Updated | 4.0

  • feat: changed Menu() function to allow only plugin as argument. Menu menu = new Menu(this)
  • feat: changed Display() to allow player in it too. menu.Display(player)
  • You don't need to modify your existing plugins, it works both ways.
  • Changed readme file.
  • nuget: updated nuget package to version 3.0.8.
  • config: changed menu font size from 30 to 40. looks better.

Note: I've made those changes to Menu() and Display() so you can create menu without needing to call player too. but if you do that you must call player in Display() function.