Complete unprotected source code - Full developer access!
Authentic SA-MP styled chat with Global & RP modes, anti-spam protection, chat history, and universal framework support.
๐ป Source Code Version Benefits
โ Complete Control
- NO ESCROW - All files fully editable
- Edit ANY file - Server, client, HTML, CSS, JavaScript
- Modify features - Add your own custom functionality
- Rebrand - Change names, colors, styling
- Learn - Study professional code structure
๐ง What You Can Do
- โ๏ธ Customize UI - Change colors, layout, fonts
- โ๏ธ Add features - Implement your own commands
- โ๏ธ Modify logic - Change anti-spam rules, distances
- โ๏ธ Integration - Connect with other scripts
- โ๏ธ Resell - Create your own versions (within license)
โจ Key Features
๐จ Authentic SA-MP Styling
- Exact SA-MP colors (#99cc00, #ff4444, #ffbb33, #33b5e5)
- Classic text shadows - Multi-layered just like the original
- Verdana font - The iconic SA-MP font
- Smooth animations - Fade-in messages & fade-out input
- Perfect positioning - Top-left corner, just like SA-MP
๐ Dual Chat Modes
- Global Mode: Everyone sees all messages
- RP Proximity Mode: Only nearby players see messages
- Configurable distances: Normal (15m), Shout (30m), Whisper (5m)
- Switch on-the-fly via console command
๐ก๏ธ Anti-Spam System
- Message delays: Configurable cooldowns
- Auto-mute: Automatic punishment for spammers
- Link blocking: Prevents external links
- Admin bypass: Admins skip all delays
โฌ๏ธ Chat History
- Arrow keys: Press โ/โ to navigate previous messages
- 50 message buffer: Stores your last 50 entries
- Smart system: Auto-completes and positions cursor
๐ฌ RP Commands
- /me - Roleplay actions
- /do - Environment descriptions
- /shout or /s - Shout to distant players
- /whisper or /w - Whisper to close players
- /ooc - Out of character (always global)
๐ง Universal Framework
- โ QBCore - Auto-detected
- โ ESX - Auto-detected
- โ Standalone - Works without framework
- Zero configuration needed!
โก Dynamic Commands
- Auto-fetch all FiveM commands
- Smart suggestions when typing "/"
- Click to complete any command
๐ฆ What's Included
๐ป ALL Source Files - UNPROTECTED
Server Side:
- โ
sv_chat.lua- FULL SOURCE CODE- Framework detection system
- Message handling logic
- Anti-spam system
- Admin permission checks
- Proximity calculations
Client Side:
- โ
cl_chat.lua- FULL SOURCE CODE- NUI communication
- Key bindings
- Command fetching
- Chat management
User Interface:
- โ
chat.html- FULL SOURCE CODE- Complete HTML structure
- Message rendering
- Command suggestions
- Input handling
- โ
style.css- FULL SOURCE CODE (if separate)- All SA-MP styling
- Animations
- Color schemes
- โ
script.js- FULL SOURCE CODE (if separate)- JavaScript logic
- Event handlers
- History system
Configuration:
- โ
config.lua- FULL SOURCE CODE- All settings editable
- Framework options
- Feature toggles
Additional:
- โ
fxmanifest.lua- Resource manifest - โ
README.md- Documentation - โ
FRAMEWORK_COMPATIBILITY.md- Framework guide
๐ Learning Opportunities
Study Professional Code
-- Example: Framework Detection System
if GetResourceState('qb-core') == 'started' then
Framework = exports['qb-core']:GetCoreObject()
FrameworkName = "qbcore"
elseif GetResourceState('es_extended') == 'started' then
Framework = exports['es_extended']:getSharedObject()
FrameworkName = "esx"
end
Learn about:
- โ NUI Callbacks
- โ Framework integration
- โ Client-Server communication
- โ Proximity calculations
- โ Anti-spam algorithms
- โ HTML/CSS/JS in FiveM
๐ ๏ธ Developer Features
Easy Modification
// Change colors in chat.html
.color-2{color: #99cc00;} // Change to your color!
// Adjust distances in config.lua
Config.ProximityDistance = 15.0 // Change range!
// Modify anti-spam in sv_chat.lua
Config.MessageDelay = 1.5 // Adjust timing!
Add Custom Features
- โ Add new RP commands
- โ Create custom chat channels
- โ Integrate with phone systems
- โ Add emoji support
- โ Create chat filters
- โ Add Discord webhooks
๐ Installation
- Extract to
resources/rd-chat/ - Edit ANY file to your preference
- Add
ensure rd-chatto server.cfg - Restart server
- Done! โ
Full control from day one!
โ๏ธ Customization Examples
Change UI Colors:
/* chat.html - Change SA-MP green to blue */
.color-2{color: #0099cc;} /* Was #99cc00 */
Add New Command:
-- sv_chat.lua - Add custom /announce command
RegisterCommand('announce', function(source, args, rawCommand)
local message = table.concat(args, " ")
TriggerClientEvent('chat:addMessage', -1, "", "๐ข " .. message, 'announce')
end, false)
Modify Distances:
-- config.lua - Make RP chat more realistic
Config.ProximityDistance = 10.0 -- Reduced from 15m
Config.ShoutDistance = 25.0 -- Reduced from 30m
๐ Pricing - Source Code
๐ป $11.99 - ONE TIME PAYMENT
What You Get:
- โ Complete unprotected source code
- โ Edit everything - Server, client, HTML, CSS, JS
- โ Lifetime updates - Get all future versions
- โ Priority support - Fast developer help
- โ Commercial use - Use on multiple servers
- โ Learning resource - Study professional code
- โ No monthly fees - Pay once, own forever
Perfect for:
- ๐จโ๐ป Developers who want full control
- ๐ข Development teams
- ๐ Learning FiveM development
- ๐ง Custom modifications needed
- ๐ผ White-label solutions
๐ Why Choose Source Code?
vs. Escrowed Version:
Feature
Escrowed (Free)
Source Code ($11.99)
Core Files
โ Protected
โ Full Access
Modify HTML/CSS
โ No
โ Yes
Add Features
โ Limited
โ Unlimited
Change Logic
โ No
โ Yes
Learn Code
โ No
โ Yes
Rebrand
โ No
โ Yes
Priority Support
โ No
โ Yes
Worth the upgrade if:
- ๐จ You want custom styling
- ๐ง You need specific features
- ๐ You want to learn
- ๐ผ You're a developer
- ๐ข You run multiple servers
๐ License
What You CAN Do:
- โ Use on unlimited servers
- โ Modify for personal/commercial use
- โ Learn from the code
- โ Create custom versions
- โ Integrate with other scripts
What You CANNOT Do:
- โ Resell as-is on Tebex/forums
- โ Claim as your own work
- โ Remove developer credits
Fair use license for developers!
๐ฏ Perfect For
- Developers - Full control over code
- Dev Teams - Collaborative editing
- Custom Servers - Unique modifications
- Learning - Study professional code
- White-Label - Rebrand for clients
๐ช Why This is Worth $11.99
Compare to alternatives:
- ๐ด Most source codes: $25-$50
- ๐ด Monthly subscriptions: $5-$10/month
- ๐ข This source code: $11.99 ONE TIME
You're getting:
- โ Professional code structure
- โ Universal framework support
- โ Advanced features
- โ Clean, documented code
- โ Lifetime updates
- โ Priority support
Best value for money! ๐ฐ
๐ Support
Priority Developer Support:
- ๐ฌ Direct Discord contact
- โก Fast response times (< 24h)
- ๐ง Help with modifications
- ๐ Code explanations
- ๐ Bug fixes priority
๐ Updates
Lifetime Updates Included:
- โ New features added
- โ Bug fixes
- โ Performance improvements
- โ Framework compatibility updates
- โ Security patches
No additional cost - EVER!
Developed by RoxDev | Version 2.0.0 | ยฉ 2025
๐ฎ Full Source Code - Full Control - Memories Never Disappear! โจ
Buy once, own forever. modify everything, Learn professional FiveM development.