Skip to main content

Changelog

This page documents the changes made to Pager Reborn.

v1.1.*

v1.1.0 - 04/01/2026

Full release.

Added:

  • Chat suggestions for commands as an editable client file.

Changed:

  • Added a short delay inside editable page creations.
    • Reduces strain on the server by not making so many calls at once.

v1.0.*

v1.0.7 - 03/27/2026

Added:

  • Integration for Station Alert. For more info, see here.
  • Integration for CodeSign Dispatch. For more info, see here.
  • Integration for LoveRP Emergency Dispatch. For more info, see here.

Fixed:

  • Issue where page creation from inside the events.lua file could fail.

v1.0.6 - 03/26/2026

Added:

  • subscribeToNodes server export. For more info, see here.
    • Allows subscribing to node activity from external resources.
    • For example, when a specific node is paged, run custom Lua to send a message to Discord.
  • newPagePlayersAround server export. For more info, see here.
    • Allows targeting players around a position to create a new page (e.g., a fire station).

v1.0.5 - 03/25/2026

Added:

  • Ability to tie Pager Roles directly to Ace Principals. For more info, see here.
  • Pager Network Designer Additions:
    • Permissions Editor
      • Ability to add player names with identifiers, so you can better tell apart players.
      • Optional "Ace Permission" input for roles to add the Pager Role to players with the matching Ace Permission in server.
      • "Duplicate" and "Delete" buttons for Roles and Players.

Changed:

  • /pager health output to include capcode assignments for players with pagers.
    • Allows you to see what capcodes users are assigned to.
  • Pager Network Designer Changes:
    • Permissions Editor
      • Roles/Players are now listed alphabetically.

Fixed:

  • Implementation error in PageAnyAddress that incorrectly built an array from addresses instead of permissions.

v1.0.4 - 03/23/2026

Added:

Fixed:

v1.0.3 - 03/21/2026

Added:

  • Scroll wheel zoom in/out support for the Pager UI.
    • Like with position, zoom level is saved between sessions.
  • PageAnyAddress Ace Permission. For more info, see here.
    • Players with this permission can page any address.

Changed:

  • Pager UI can now be dragged using the Pager buttons.
    • Previously, all drag events were ignored if started from a button.

Fixed:

  • editable files being escrowed by accident.
  • /pager capcodes and /pager new having no nodes to select from.
  • Some client-side-only commands being accessible from the server console.
  • Oversight where invalid player server IDs could be passed to server exports.

v1.0.2 - 03/20/2026

Added:

  • CreatePage server event. For more info, see here.
    • Event is a work-in-progress while in Early Access and may change.
    • Allows for creating page messages via events.
  • togglePager client export. For more info, see here.
    • Allows for toggling the Pager UI via an export.
  • /pager permissiondebug command. For more info, see here.
    • Prints a player's paging permissions to the server console.

Changed:

  • Improved the logic that checks for unread messages and players' chirp sounds.

Fixed:

v1.0.1 - 03/19/2026

Added:

  • UsePager Ace permission. For more info, see here.
    • Players without this permission will not be able to use the Page UI.

Fixed:

  • Global Defaults not being applied when a player had no other role/player permissions.

v1 - 03/17/2024

Easy Access release.