nyrox01
Silver Elite
- Joined
- Dec 14, 2025
- Messages
- 27
- Reaction score
- 87
- Points
- 126
- Location
- Morocco
- Website
- roxdev.tebex.io
The most advanced and complete squad system available for FiveM.
Built clean, built fast, built to last. Full source code. No escrow. No limits.
Sleek side-panel UI with smooth animations and real-time member status
8 configurable HUD positions — Top Left, Top Center, Top Right, Left Center, Right Center, Bottom Left, Bottom Center, Bottom Right
Position is saved per player automatically
Live health & armor indicators for every squad member in real time
Squad Leader & Member role badges with distinct color coding
Create squads with custom name, avatar (image URL), max players (up to 12), and Public/Private privacy
Full invite system with accept/decline UI
Squad leader can kick members directly from the panel in one click
Search squads by name across the server
Squad Settings modal — leaders can rename, resize, change avatar, and toggle privacy at any time
Live dashboard: Total Squads, Total Members, Online Players, Average Squad Size
Filter view: All Squads / Has Online / Full Squads
Select All / Deselect All for instant bulk operations
Squad Management: Disband selected squads
Member Actions: Heal, Revive, Freeze, Unfreeze, Kick from Squad
Teleportation Suite:
Bring all selected members directly to admin's position
Teleport to 10 configurable preset locations
Enter custom X / Y / Z coordinates manually
Real-time Refresh button for live data
Admin access controlled by Discord identifier whitelist — server-side secure
No ACE permissions or QB permissions needed
Simply add Discord IDs to config — full setup guide included inside config.lua
Cannot be bypassed client-side
Config = {}
-- Framework: 'qbcore', 'esx', 'standalone'
Config.Framework = 'framework_here'
-- Maximum players allowed in a squad
Config.MaxSquadPlayers = 12
-- Admin whitelist (Discord identifiers)
Config.AdminWhitelist = {
"discord
"discord
"discord
"discord
"discord
}
-- Preset teleport locations for admin panel
Config.PresetLocations = {
{ name = "Prison", coords = vector3(1679.49, 2513.71, 45.56) },
{ name = "Hospital (Pillbox)", coords = vector3(307.7, -1433.4, 29.9) },
{ name = "Police Station (Mission Row)", coords = vector3(428.9, -981.9, 30.7) },
{ name = "Arena", coords = vector3(-248.49, -2010.51, 30.15) },
{ name = "Admin Room", coords = vector3(0.0, 0.0, 72.0) },
{ name = "Airport", coords = vector3(-1037.8, -2738.9, 13.8) },
{ name = "Casino", coords = vector3(925.3, 46.5, 81.1) },
{ name = "Beach", coords = vector3(-1305.5, -1254.3, 4.6) },
{ name = "Mount Chiliad", coords = vector3(501.8, 5604.5, 797.9) },
{ name = "Fort Zancudo", coords = vector3(-2047.4, 3132.1, 32.8) },
}
Hidden link for visitors, to see
Log in or register now.
Full source code. No obfuscation. No escrow. You own it completely.
Developed by NYROX · RoxDev © 2026 · All Rights Reserved
Need help? Open a ticket on Discord: nyr_x.