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.luafile could fail.
v1.0.6 - 03/26/2026
Added:
subscribeToNodesserver 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.
newPagePlayersAroundserver 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.
- Permissions Editor
Changed:
/pager healthoutput 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.
- Permissions Editor
Fixed:
- Implementation error in
PageAnyAddressthat incorrectly built an array from addresses instead of permissions.
v1.0.4 - 03/23/2026
Added:
getPagerTurnedOffserver export. For more info, see here.- Check from the server is a player's pager is turned off.
- Inventory support for OxInventory and QBInventory. For more info, see here.
Fixed:
- Maximum body length check incorrectly reading from
ic_pr_maxAddressesPerPageinstead ofic_pr_maxPageBodyLength.
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.
PageAnyAddressAce 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:
editablefiles being escrowed by accident./pager capcodesand/pager newhaving 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:
CreatePageserver 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.
togglePagerclient export. For more info, see here.- Allows for toggling the Pager UI via an export.
/pager permissiondebugcommand. 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:
- Edge case where
setPagerTurnedOffcould be called while the Pager UI was open.
v1.0.1 - 03/19/2026
Added:
UsePagerAce 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.