Pogue Telegram (VORPCore Framework)

:tada: New Script Released: Pogue Telegram! (VORPCore Framework) :star2:

We’re thrilled to introduce our latest innovation: Pogue Telegram Script! Revolutionize communication on your server with an authentic and immersive telegram system. Step into the era of letters and telegrams, bringing realism to the Wild West. :desert::scroll:

:movie_camera: SHOWCASE

Check out the visuals and features of the Pogue Telegram Script for RedM below!




:framed_picture: Screenshots and UI Previews:

  • A sleek, realistic UI design that enhances player immersion.
  • See how the telegram system integrates seamlessly into your server.

:cactus: Experience Authentic Communication!

Ever dreamed of managing letters, telegrams, and personal contacts with a touch of realism? With Pogue Telegram Script, players can send and receive telegrams just like in the good old days of the Wild West.

:sparkles: Features:

:mailbox_with_mail: Post Offices Everywhere:
Create post offices in city centers or any custom location of your choice.

:man_detective: Privacy & Security:
Sender’s name and surname remain private. Only a unique telegram number is visible. Players must include their names when composing messages.

:1234: Automatic Post Codes:
Each player is assigned a unique post code, enabling tracking of telegrams.

:floppy_disk: SQL Integration:
All mails and telegrams are logged and trackable via SQL for server management.

:money_with_wings: Usage Fee:
Charge players per telegram for an economy boost.

:globe_with_meridians: Multi-Language Support:
Easily configure your desired language in config.lua.

:notebook: Contact System:
Players can create contacts by saving telegram numbers for future communication. However, selection from the contact list is manual for added realism.

:art: Elegant UI Design:
An immersive, stylish design to enhance the player experience.

:link: Realism at Its Core:
Every feature is designed to prioritize authentic roleplay and player immersion.

:gear: What Can You Customize?

:fountain_pen: Language Support: Adapt the script to your server’s language.
:classical_building: Post Office Locations: Set up post offices wherever they fit your server’s theme.
:chart_with_upwards_trend: Fees & Costs: Define charges per telegram to suit your economy.

:star2: Why Choose Pogue Telegram?

This script transforms server communication into a deeply immersive and engaging experience. Whether you want to add realistic post offices or offer a roleplay-rich messaging system, Pogue Telegram Script is the perfect solution!

:shopping_cart: Get Started Now!

Purchase the script today and take your server’s communication to the next level:
:globe_with_meridians: Visit Pogue Store

:telephone_receiver: Need support? Join us on Discord:
:cactus: Join Pogue Discord

:sparkles: Step into the Wild West with the Pogue Telegram Script and create unforgettable roleplay experiences! :star2:


:fire: Check Out My Other Scripts!

Looking for other high-quality scripts to enhance your server? Check these out:

:arrow_right: Pogue Police with MDT & Radial Menu (VORP): View it on the CFX Forum

:arrow_right: Pogue BloodBet [VORP] RedM to MMORPG: View it on the CFX Forum

:arrow_right: Pogue Witness with Dispatch [VorpCore]: View it on the CFX Forum

:arrow_right: Pogue Battleground [VorpCore]: View it on the CFX Forum

:arrow_right: Pogue Saloon Job [VorpCore]: View it on the CFX Forum

:arrow_right: Pogue AFK System — AFK Verification for RedM: View it on the CFX Forum

:arrow_right: Pogue Stockmarket Version 2 VorpCore & RSG: View it on the CFX Forum

:arrow_right: Pogue Paperworks (VORPCore Framework): View it on the CFX Forum

:arrow_right: Pogue Stockmarket For RedM VorpCORE & RSG: View it on the CFX Forum

:arrow_right: Pogue Bodyguard Release [STANDALONE]: View it on the CFX Forum

:arrow_right: Pogue Liar’s Deck Game VorpCORE & RSG: View it on the CFX Forum

:arrow_right: Pogue Boss Menu Script (VORPCore Framework): View it on the CFX Forum

:arrow_right: Pogue Realistic Notepad Script (VORPCore Framework): View it on the CFX Forum

:arrow_right: Pogue Excavation (Digging) Script (VORPCore Framework): View it on the CFX Forum

:arrow_right: Pogue Redipedia [STANDALONE]: View it on the CFX Forum

:arrow_right: Pogue High Ping Kick [STANDALONE]: View it on the CFX Forum

:arrow_right: Pogue Safe Zone (VORP & RSG Core): View it on the CFX Forum


:clipboard: Script Details

Property Information
Code is accessible No
Subscription-based No
Lines (approximately) 800+
Requirements VORPCORE
Support Yes

Pogue_Telegram v1.2.0 Update

With the new update, players can now check if they have unread telegrams by using the /command. For example, you can type /checkmail to find out if you have any unread telegrams.

Pogue_Telegram v1.3.0 Update

** :rocket: New Features: **

  • Blip Customization: You can now enable or disable individual blips for each telegram office in the config.
Config.postoffice = {
    { name = "Valentine", blip = 1475382911, coords = vector3(-178.90, 626.71, 114.09), radius = 1.0 },
    { name = "Blackwater", blip = false, coords = vector3(-875.1723, -1328.7574, 43.9580), radius = 1.0 }, -- **Disable blip**
    { name = "Saint Denis", blip = 1475382911, coords = vector3(2736.3657, -1402.7230, 46.1831), radius = 1.0 },
    { name = "Rhodes", blip = false, coords = vector3(1225.5872, -1294.0364, 76.9091), radius = 1.0 }, -- **Disable blip**
    { name = "Strawberry", blip = 1475382911, coords = vector3(-1767.1658, -381.6003, 157.7319), radius = 1.0 }
}

Pogue_Telegram v1.4.0 Update

:rocket: New Features:

  • Direct Contact Selection: You can now click on a saved contact to automatically populate the recipient field in the telegram compose screen!

Pogue_Telegram v1.5.0 Update


:envelope: Unread Mail Icon Toggle

A new configuration option has been introduced:

Config.checkmailicon = true

When set to true, an unread.png icon will appear in the top-right corner of the screen to notify players of unread telegrams.


:art: Customizable Icon Appearance

You can change the position and appearance of the icon by editing this line in your ui.html:

<img id="unreadIcon" src="unread.png" style="display:none; position: fixed; top: 20px; right: 20px; width: 48px; height: 48px; z-index: 10000;" />

Adjust the position, size, or styling as needed.

Replace “unread.png” with any image you prefer for a custom look.

:wrench: Important:
Make sure you’re running the latest version to benefit from these fixes and improvements.
:key: Update via Keymaster and feel free to share your feedback!