Toevoegen aan winkelwagen
Aanbieding!
Script ESX QBCore Standalone

Dialoog met NPC

Oorspronkelijke prijs was: $35.00.Huidige prijs is: $23.00.

-34%

HOE HET WERKT? Het script werkt als volgt: eerst maken we een camera en een dialoog met de opgegeven opties. Als er geen opties worden meegeleverd, zal het script intuïtief verwijzen naar het configuratiebestand waar alles in staat. We hebben gezorgd voor ruime configuratieopties zodat iedereen de dialoog naar eigen wens kan aanpassen.

PLUG & USE Het script biedt een uniek dialoogsysteem met een breed scala aan configuratieopties. Raadpleeg de documentatie voordat je koopt of installeert.

(7 klantbeoordelingen)

Product facts

Framework
ESX, QBCore, Standalone
Resource type
Script
Included files
1 downloadable file
Add to Cart
FiveM NPC Dialoog Script
Dialoog met NPC
$35.00 Oorspronkelijke prijs was: $35.00.$23.00Huidige prijs is: $23.00.

Configuratiebestand

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,
    },
}

 

7 beoordelingen voor Dialog with NPC

  1. Chasity (geverifieerde eigenaar)

    4* :)

  2. Einar (geverifieerde eigenaar)

    Zeer beginnersvriendelijke installatie. De instructies maakten het installatieproces eenvoudig.

  3. Doug (geverifieerde eigenaar)

    Amazing thanks

  4. Bryce (geverifieerde eigenaar)

    The user interface looks modern, clean, and professional. Our players understood it without needing any explanation.

  5. Duits (geverifieerde eigenaar)

    I got excellent support for this item. They were patient with me, and helped me solve my issue. I recommend this company 100%

  6. Dejah (geverifieerde eigenaar)

    4 stars for the product, work as described, but not as expected.

  7. Susanna (geverifieerde eigenaar)

    Clean, optimized, and reliable.

Enkel ingelogde klanten die dit product gekocht hebben, kunnen een beoordeling schrijven.