Skip to main content
  • Instant digital delivery
  • Lifetime updates on selected products
  • Trusted by server owners
FiveMX
Shop
Full ServersBundlesNew releases
FiveMX

Start building your server today.

Curated FiveM resources, instant delivery, free starter mods, and practical guides in one calm marketplace.

Browse the shopsupport@fivemx.com

Shop

  • Shop
  • FiveM Mods
  • All Products
  • Free Mods
  • Best Scripts & Mods
  • FiveM Scripts

Frameworks

  • QBCore Scripts
  • ESX Scripts
  • QBox
  • Standalone

Community

  • Blog
  • Support
  • Creators
  • Affiliate

Legal

  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Digital Delivery
  • Cookie Policy
  • GDPR Compliance
  • DMCA
  • Imprint
  • Editorial Policy

Server Templates

  • QBCore Server Template
  • ESX Server Template
  • NoPixel Server Template
  • Server Packs
  • Free Server Templates
  • Tebex Alternative
© 2026 FiveMX. All rights reserved.·FiveMX is not affiliated with Rockstar Games, Take-Two Interactive, or CFX.re. All trademarks are property of their respective owners.
DiscordDocs
Compatibility:

Dialog with NPC

$21.99

Secure Checkout

Cards, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24, and optional Crypto where available via Stripe.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Cards, wallets, bank redirects
Frameworksesx, qbcore, qbox, standalone
Setup

Requires a FiveM server, access to server resources, and permission to restart the resource after configuration.

RequirementsPublished on this page
PreviewAvailable

Description

Config file

cfg = {}

cfg.Dialog = {
    title = {
        text = Example Title,
        background = {
            primary = #00243a,
            secondary = #050f19,
        },
    },
    additional = {
        text = Example Additional,
        background = {
            primary = #ff425d,
            secondary = #b7162b,
        },
    },
    message = {
        text = Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse imperdiet enim vitae nibh ultricies, et laoreet libero ultricies. Vestibulum nec nisl sollicitudin, mattis augue eget, mollis sapien. Vivamus sed molestie arcu, at convallis augue.,
        typeEffect = 25,
    },
    audio = {
        path = audio/example.mp3,
        volume = 50,
    },
    buttons = {
        {
            input = true,
            message = Provide Your Full Name,
            type = text,
            onSelect = function(id, input)
                print(id, input)
            end
        },
        {
            input = true,
            message = Provide Your Age,
            type = number,
            onSelect = function(id, input)
                print(id, input)
            end
        },
        {
            input = false,
            message = Test Button 1,
            icon = {
                name = fa-solid fa-house,
                color = #ff425d,
            },
            onSelect = function(id)
                print(id)
            end
        },
        {
            input = false,
            message = Test Button 2,
            icon = {
                name = fa-solid fa-house,
            },
            onSelect = function(id)
                print(id)
            end
        },
        {
            input = false,
            message = Test Button 3,
            onSelect = function(id)
                print(id)
            end
        },
    },
}

cfg.Camera = {
    animation = {
        male = {
            {dict = missfbi3_party_d, anim = stand_talk_loop_a_male1},
            {dict = missfbi3_party_d, anim = stand_talk_loop_a_male2},
            {dict = missfbi3_party_d, anim = stand_talk_loop_b_male2},
            {dict = missfbi3_party_d, anim = stand_talk_loop_b_male3},
        },
        female = {
            {dict = missfbi3_party_b, anim = talk_inside_loop_female},
            {dict = missfbi3_party_d, anim = stand_talk_loop_b_female},
            {dict = missfbi3_party_d, anim = stand_talk_loop_a_female},
            {dict = rcmnigel1cnmt_1c, anim = price_tag},
        },
    },
    camera = {
        position = {
            x = 0.0,
            y = 0.8,
            z = 0.7,
        },
        offset = {
            x = 0.0,
            y = 0.0,
            z = 0.5,
        },
        fov = 65.0,
        ease = true,
        easeTime = 1000,
    },
}

Related Standalone Scripts

  • Better Fight
  • CCTV (Map+Script)
  • Sheriff Horse System (Standalone)
  • Mailing System

Installation notes

Requires a FiveM server, access to server resources, and permission to restart the resource after configuration.
Installation notes
Requires a FiveM server, access to server resources, and permission to restart the resource after configuration.

Buy this when it saves setup time

Use this checklist to decide quickly whether the resource fits your current server build, framework, and support expectations.

Server-owner payoff

Dialog with NPC is positioned to reduce Admin Tools instead of making you rebuild the same system from scratch.

Compatibility

Works with esx, qbcore, qbox, standalone. Check the requirements block before adding it to a live stack.

Purchase confidence

Instant download, Stripe checkout, support access, and refund policy context are shown before payment.

Decision assets

Requirements, Preview video, Product Q&A

Product fit, setup, and proof at a glance

Use the published facts on this page to confirm whether Dialog with NPC matches your server before checkout.

Compatibility

Frameworks
ESX, QBCore, QBOX, Standalone
Category
Admin Tools

Setup & requirements

Install flow
Download → resources folder → ensure in server.cfg
Requirements
Published on this page
File size
379.62 KB

Proof & buyer questions

Reviews
No reviews yet
Answered Q&A
Ask before buying

Only the facts published on this page should be treated as confirmed. If you need more detail, review the description, requirements, changelog, reviews, and product Q&A before checkout.

DescriptionRequirementsPreview video
Admin Tools
Compatibility:
ESX
QBCore
QBOX
Standalone

Dialog with NPC

Review process
$21.99

Secure Checkout

Cards, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24, and optional Crypto where available via Stripe.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Cards, wallets, bank redirects
Frameworksesx, qbcore, qbox, standalone
Setup

Requires a FiveM server, access to server resources, and permission to restart the resource after configuration.

RequirementsPublished on this page
PreviewAvailable
Home
Shop
Admin Tools
Admin Tools
ESX
QBCore
QBOX
Standalone
Review process

Key Features

  • Configurable Dialog Interface

    Create dialogs with customizable title, additional text sections, and message content with adjustable typewriter effect speed (25ms per character in config example)

  • Text and Number Input Buttons

    Support for interactive buttons that accept text or number input from players, with onSelect callbacks that capture user-provided data

  • Icon-Enhanced Action Buttons

    Buttons with FontAwesome icons (fa-solid icons) and customizable icon colors for enhanced visual feedback

  • Gender-Specific NPC Animations

    Support for multiple male and female character animations including stand_talk_loop variations and specialized animations like price_tag

  • Dynamic Camera Positioning

    Configure camera position, offset coordinates, field of view (65.0 FOV in example), and easing animations with adjustable duration (1000ms easing time in example)

Frequently Asked Questions

Related Products

$21.99
$4.49
$18.99
$4.49

Related Tutorials & Guides

Learn more about setting up, configuring, and using this type of resource.

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

Choosing a framework is the single most consequential decision when building a FiveM server. It determines which scripts you can use, how your developers write code, the…

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM frameworks form the backbone of roleplay servers. They're not just code libraries—they're complete systems that manage player identity, jobs, inventory, permissions,…

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox has firmly established itself as the natural successor to QBCore in the FiveM roleplay ecosystem.

Continue Building Your FiveM Server

Use this product as part of a larger setup. Explore related categories, alternative frameworks, premium bundles, and free companion downloads.

Explore Police ScriptsExplore Economy & BankingBrowse all scriptsAdmin Tools scriptsesx scriptsTry QBCore insteadTry QBox insteadFree FiveM modsCompare bundles
FiveM AntiCheat 2025 (updated)

FiveM AntiCheat 2025 (updated)

ESX Plugin For EasyAdmin

ESX Plugin For EasyAdmin

FiveM Admin Menu

FiveM Admin Menu

ESX Menu List

ESX Menu List