Skip to content

Releases: acscripts/ac_scoreboard

v2.2.3

20 Apr 21:54
0b97b2d

Choose a tag to compare

New native dependency

Maximum player count is updated only when the sv_maxclients convar changes.
Servers using AC Scoreboard are now required to support the AddConvarChangeListener native which was added in October 2024 (plenty of time for server owners to update their server artifacts).

v2.2.2

27 Mar 20:49
76344b8

Choose a tag to compare

Group count

You can now optionally hide group count using the config option visibleSections.groupCount or conditionally using the groupCount ACE permission.

preview

v2.2.1

11 Jan 17:53
d35ee62

Choose a tag to compare

Fixed order of items in player list

Players are now sorted by their server ID.

v2.2.0

22 Dec 21:34
7fcd62d

Choose a tag to compare

Group icons

You can now optionally add Iconify icons in front of the group label.

preview

v2.1.0

10 Dec 20:43
555a2a7

Choose a tag to compare

This release brings two features that were requested right after v2 was released.
Because of new configuration options, make sure to properly update your config.lua file.

Added integrated group trigger for status indicators

You can now configure status indicators to be automatically enabled when certain group count conditions are met.
Documentation has been updated so you can now check here how simple it is!

Each group can now have it's own includeOffDuty setting

The global includeOffDuty is still used in case there is no override for the specific group row.
Thanks to this new option, you can for example include off-duty police officers, but not include off-duty doctors and medics.

v2.0.0

09 Dec 15:26
57c688f

Choose a tag to compare

Rewritten version - V2

⚠️ This release has some breaking changes, see below.

New dependency - ox_lib

Starting from this version, your server will be required to use ox_lib.

Changes in the config file

The structure and option names were changed in config.lua.
You have to configure everything again in the new config format.


https://forum.cfx.re/t/5289117
https://youtu.be/D_S4OmYOKJA

v1.0.4

30 Aug 15:41
b51e313

Choose a tag to compare

Features

  • locales: estonian translation #9 (ANTOND)

Bug Fixes

  • resource/server: nil checks (ANTOND)
  • resource/server: check version url (ANTOND)

Documentation

  • change preview link (ANTOND)

Chores

Commits

v1.0.3

22 Oct 16:54

Choose a tag to compare

Features

  • more retard-proof issue templates (ANTOND)

Bug Fixes

  • resource: player count (ANTOND)

Chores

  • bump fxmanifest version (ANTOND)

v1.0.2

17 Oct 18:17

Choose a tag to compare

Bug Fixes

  • resource/server: QB job duty (ANTOND)
  • resource/server: Don't override data without changes (ANTOND)

v1.0.1

14 Oct 14:56

Choose a tag to compare

Features

  • web/groups: Separator (ANTOND)

Bug Fixes

  • resource/server: Duty (ANTOND)
  • resource: Get player count from server (ANTOND)

Documentation

  • Update markdown files (ANTOND)

Code Refactoring

  • resource/server: Group count logic (ANTOND)

Chores

  • Bump fxmanifest version (ANTOND)