Skip to content

Releases: acscripts/ac_scoreboard

v2.2.3

Choose a tag to compare

@github-actions github-actions released this 20 Apr 21:54
0b97b2d

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

Choose a tag to compare

@github-actions github-actions released this 27 Mar 20:49
76344b8

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

Choose a tag to compare

@github-actions github-actions released this 11 Jan 17:53
d35ee62

Fixed order of items in player list

Players are now sorted by their server ID.

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Dec 21:34
7fcd62d

Group icons

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

preview

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 20:43
555a2a7

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

Choose a tag to compare

@github-actions github-actions released this 09 Dec 15:26
57c688f

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

Choose a tag to compare

@github-actions github-actions released this 30 Aug 15:41
b51e313

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

Choose a tag to compare

@github-actions github-actions released this 22 Oct 16:54

Features

  • more retard-proof issue templates (ANTOND)

Bug Fixes

  • resource: player count (ANTOND)

Chores

  • bump fxmanifest version (ANTOND)

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Oct 18:17

Bug Fixes

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

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Oct 14:56

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)