Toggle menu
Home
Escrow
Open Source
Subscription
Free
LOGIN WITH FIVEM
Basket
Free
All Types
QB-Core
QBox (QBX)
ESX
No products found matching your search.
Show İD (Escrow)
<hr /> <p>mr-showid — Player ID Card System for FiveM</p> <p>See who's around you. mr-showid displays floating ID cards above nearby players in real time — with profile photos, server ID, name, and identifier. Hold a key or use a command to reveal, and cards scale naturally with distance.</p> <hr /> <p><strong>Features</strong></p> <p><strong>Floating ID Cards</strong></p> <ul> <li>3D world-anchored cards appear above players' heads when activated</li> <li>Cards scale dynamically with distance — closer players appear larger, further ones smaller</li> <li>Only visible players within the draw distance are shown, keeping the screen clean</li> <li>Cards automatically hide when deactivated — no performance cost at idle</li> </ul> <p><strong>Two Activation Modes</strong></p> <ul> <li> <strong>Hold key</strong> — hold Alt (configurable) to reveal cards while held</li> <li> <strong>Command</strong> — type <code>/id</code> (configurable) to pin cards on screen for a set duration (default 10 seconds)</li> </ul> <p><strong>Avatar Support</strong></p> <ul> <li>Discord profile picture via Bot token (animated GIF avatars supported)</li> <li>Steam profile picture via Web API key</li> <li>Falls back gracefully if no avatar is available</li> </ul> <p><strong>Identifier Display</strong></p> <ul> <li>Choose which identifier to show on the card: <code>discord</code>, <code>steam</code>, or <code>license</code> </li> <li>Configured with a single line in <code>config.lua</code> </li> </ul> <p><strong>Vehicle Support</strong></p> <ul> <li>When the local player is inside a vehicle, their own ID card is shown above themselves</li> <li>Nearby players on foot are detected within the configured draw distance</li> </ul> <p><strong>Server-Side Data</strong></p> <ul> <li>All player data (name, identifiers, avatars) is built server-side on connect and broadcast to all clients</li> <li>Avatar fetching is async — no hitches or frame drops during gameplay</li> <li>Player list is kept in sync: new joins are added, disconnects are removed instantly</li> </ul> <hr /> <p><strong>Easy Configuration</strong></p> <p>Everything is in <code>config.lua</code>:</p> <ul> <li>Activation key (default: Alt)</li> <li>Command name (default: <code>id</code>)</li> <li>Command pin duration (milliseconds)</li> <li>Draw distance (default: 8.0 units)</li> <li>Card height offset above head</li> <li>Min / max scale and scale falloff factor</li> <li>Identifier to display: <code>discord</code>, <code>steam</code>, or <code>license</code> </li> <li>Avatar source: Discord Bot token and/or Steam Web API key</li> </ul> <hr /> <p><strong>Requirements</strong></p> <ul> <li>FiveM server (artifact 5181+)</li> <li>Lua 5.4</li> <li>Standalone — no framework required (works with QBCore, ESX, or any setup)</li> <li>Discord Bot token <em>(optional — for Discord avatars)</em> </li> <li>Steam Web API key <em>(optional — for Steam avatars)</em> </li> </ul>
ESX
QBCore
QBox
€0.00
Add to Basket
Pause Menu (Escrow)
<p>mr-pause — Cinematic Pause Menu for FiveM</p> <p>Replace the default ESC screen. mr-pause is a fully server-authoritative, performance-focused pause menu replacement — compatible with out of the box, with clean NUI and zero resmon impact during gameplay.</p> <hr /> <p><strong>Features</strong></p> <p><strong>Cinematic Camera</strong></p> <ul> <li> <p>Smooth dolly-in camera animation with depth of field on every ESC press</p> </li> <li> <p>Fully configurable FOV, distance, height, angle offset, ease-in and ease-out duration</p> </li> <li> <p>Character freezes cleanly during the menu and unfreezes on close</p> </li> </ul> <p><strong>Player Info Panel</strong></p> <ul> <li> <p>Live street and intersection location</p> </li> <li> <p>Health and armor progress bars</p> </li> <li> <p>Cash and bank balance</p> </li> </ul> <p><strong>Vehicle Panel</strong></p> <ul> <li> <p>Automatically shown when the player is in a vehicle</p> </li> <li> <p>Displays vehicle model name, current speed (km/h), and fuel level</p> </li> <li> <p>Supports LegacyFuel, ox_fuel, ps-fuel, and native fuel</p> </li> </ul> <p><strong>Server Info</strong></p> <ul> <li> <p>Online player count and max capacity</p> </li> <li> <p>Live ping display</p> </li> <li> <p>Session timer (hours, minutes, seconds)</p> </li> <li> <p>Custom server name</p> </li> </ul> <p><strong>Avatar Support</strong></p> <ul> <li> <p>Discord profile picture via Bot token (animated GIF avatars supported)</p> </li> <li> <p>Steam profile picture via Web API key or public XML fallback</p> </li> <li> <p>Per-license avatar cache — no repeated API calls during a session</p> </li> </ul> <p><strong>Menu Buttons</strong></p> <ul> <li> <p>Resume, Map, Settings, Discord, and Quit — all configurable</p> </li> <li> <p>Button order is fully customizable from <code>config.lua</code></p> </li> <li> <p>Optional vehicle shortcut: pressing ESC in a vehicle opens the map directly</p> </li> </ul> <p><strong>Theme Customization</strong></p> <ul> <li> <p>Accent color, glass background, health/armor/money colors — all CSS variables in <code>config.lua</code></p> </li> <li> <p>Glassmorphism UI with subtle borders and layered panels</p> </li> </ul> <p><strong>Multilingual</strong></p> <ul> <li> <p>Turkish and English included out of the box</p> </li> <li> <p>Add any language with a single locale block in <code>config.lua</code></p> </li> </ul> <hr /> <p><strong>Security & Performance</strong></p> <ul> <li> <p>Avatar fetching is async and cached server-side — no gameplay impact</p> </li> <li> <p>Live update thread runs only while the menu is open, then stops completely</p> </li> <li> <p>Dolly camera thread exits automatically after the animation finishes</p> </li> <li> <p>NUI focus and control blocking are handled cleanly to avoid conflicts with other scripts</p> </li> </ul> <hr /> <p><strong>Easy Configuration</strong></p> <p>Everything lives in <code>config.lua</code>:</p> <ul> <li> <p>Server name, Discord link, default language</p> </li> <li> <p>Camera FOV, distance, depth of field, and timing</p> </li> <li> <p>Avatar source (discord / steam)</p> </li> <li> <p>Fuel script selection</p> </li> <li> <p>Button order and vehicle map shortcut toggle</p> </li> <li> <p>Full color theme</p> </li> </ul> <hr /> <p><strong>Requirements</strong></p> <ul> <li> <p>FiveM server (artifact 5181+)</p> </li> <li> <p>Lua 5.4</p> </li> <li> <p>LegacyFuel / ox_fuel / ps-fuel <em>(optional — native fallback included)</em></p> </li> <li> <p>Discord Bot token or Steam Web API key <em>(optional — only needed for avatar support)</em></p> </li> </ul>
ESX
QBCore
QBox
€0.00
Add to Basket