๐Ÿ“ŸPager System

A simple and efficient pager system for FiveM servers that allows players to communicate through frequencies.

Features

  • Frequency-based communication system

  • Customizable nicknames

  • Item-based usage (optional)

  • Framework support (ESX, QBCore, Standalone)

  • Modern UI interface

  • Configurable message lengths and frequencies

  • Multi-language support

Installation

  1. Download the resource

  2. Place it in your resources folder

  3. Add ensure hate-pager to your server.cfg

  4. Configure the config.lua file according to your needs

  5. Restart your server

Configuration

Framework Selection

Config.Framework = "qbcore" -- Options: "standalone", "esx", "qbcore"

Item Configuration

Config.RequireItem = true -- Set to false if you don't want to require an item
Config.ItemName = "pepper" -- The name of the item in your database

Message Settings

Config.MaxMessageLength = 50 -- Maximum message length
Config.MaxFrequency = 999 -- Maximum frequency
Config.MinFrequency = 100 -- Minimum frequency
Config.MaxNicknameLength = 15 -- Maximum nickname length
Config.MinNicknameLength = 3 -- Minimum nickname length

UI Settings

Config.NotificationDuration = 3000 -- Notification display duration in ms
Config.PagerBottomOffset = 20 -- Bottom offset for pager UI in pixels

Usage

Commands

  • /pager - Toggle pager interface (Default key: F3)

  • /freq <number> - Set your frequency (100-999)

  • /nick <name> - Set your nickname (3-15 characters)

Key Bindings

  • F3 (Default) - Toggle pager interface

Localization

The script supports full localization through the Config.Locale table. You can modify all messages and UI elements by editing the corresponding entries in the config file.

Framework Integration

ESX

  • Automatically integrates with ESX framework

  • Supports ESX inventory system

  • Uses ESX notifications

QBCore

  • Automatically integrates with QBCore framework

  • Supports QBCore inventory system

  • Uses QBCore notifications

Standalone

  • Works without any framework

  • Uses basic chat notifications

Security

This resource is protected with Escrow encryption. The client and server files are encrypted to prevent unauthorized modifications.

Support

For support, please contact the developer through the official channels.

Security Notice

This script is protected by FiveM's escrow system. The client and server-side code is encrypted and cannot be modified.

Last updated