Skip to content

Releases: acscripts/ac_scoreboard

v2.2.0

22 Dec 21:34
7fcd62d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.0.0

09 Oct 17:17
Compare
Choose a tag to compare
feat(resource): Remove ox_lib dependency