ACQueue
Modern Discord-priority connection queue with VIP slots, admin bypass, and a clean animated NUI card.
Generic queue scripts don't gate on Discord membership and don't have priority tiers — a VIP donor is no different from a brand-new tourist. ACQueue links queue position directly to Discord roles, which is how every serious RP community already manages access.
Three priority tiers: admins (instant join, even when full) → VIPs (priority slot ahead of normal queuers, fairness preserved among VIPs) → regular players (FIFO). The Discord bot reads guild membership via the Server Members Intent, so requiring a Discord account is enforced server-side, not by trust.
VIPs see the value of supporting the server immediately. Admins are never locked out of their own server. Discord community grows because players need to join the guild before they can queue.
What's in the box
- Animated NUI queue card — customizable colors + branding, position counter, ETA, refresh
- Discord guild requirement — configurable guild ID gates access to the queue itself
- VIP role priority — multiple VIP roles supported, fairness preserved among VIPs
- Admin role bypass — instant join even when the server is full
- Configurable queue tuning — max queue size, refresh interval, max release per tick
- Bot reads guild via SMI — Server Members Intent, server-side enforcement, not client trust
- Custom messages per tier — different welcome lines for admin / VIP / generic
- Discord webhook events — admin bypass logs, kick from queue, queue events
Compatibility
| Framework | Tested |
|---|---|
| QBCore | ✓ |
| Qbox | ✓ |
| ESX | ✓ |
| Standalone | ✓ |
Game build: 2189+
Dependencies: ox_lib, Discord bot token (Server Members Intent enabled)
Quick install
- Drop into
resources/[admin]/ACQueue/ - Add
ensure ACQueuetoserver.cfg - Create a Discord bot at discord.com/developers, enable Server Members Intent, copy the token
- Edit
config.lua: bot token, guild ID, admin/VIP role IDs, queue size + tuning - Restart the server
Without enabling Server Members Intent on your Discord bot, role lookups fail silently and every player gets dropped to the regular tier. Double-check this in the Discord developer portal under Bot → Privileged Gateway Intents.
Deeper guides (Discord bot setup, Multi-role configuration, Troubleshooting) will land soon.
