Skip to content

v1.0.0

Compare
Choose a tag to compare
@gdr1461 gdr1461 released this 02 Jul 13:05
· 250 commits to main since this release
2b71eca

More addons support

  • Added Calls module in the GAdminLoader/Addons.
  • Added TopBars module in the GAdminLoader/Addons.

Calls:

  • Array of functions, which is called whenever player joins the game.
  • Server sided.

TopBars:

  • Dictionary of functions with names.
  • Needs to be used only for TopBarPlus module.
  • Client sided.

TopBarPlus

  • Added TopBarPlus module support as ClientAPI methods.

ClientAPI

  • :GetTopBar(): returns GAdmin's TopBar.
  • :GetTopBarPlus(): returns required module TopBarPlus.
  • :TopBarEnabled(Enabled): Sets GAdmin's TopBar visibility.