[FREE] V-DialogueUi A Clean Simple Dialogue Text using Export and Trigger

Dialogue Ui
This is a simple script that you can use to enhance your FiveM server with a clean simple dialogue text

FREE
You can download this script at GitHub - yungmexx/v-dialogueui: Dialogue ui

How to Install
Add this resource to your resources folder and add ensure v-dialogueui to the server.cfg
Restart server and implement this in a script of your choice:

Use as a trigger

How to use:

You can either go two routes, first is trigger the event that you can use in loop

TriggerEvent('v-dialogue:showtext', CHANGEME )

Set CHANGEME to whatever you want make sure its in " "

EXAMPLE: TriggerEvent('v-dialogue:showtext', "This is an Example")

How to hide Ui:

EXAMPLE: TriggerEvent('v-dialogue:hidetext')


How to use as export:

The other route is to use it as an export based on a timer

**DO NOT RUN IN LOOP**

How to use:

exports['v-dialogueui']:showTextUI( CHANGEME, time)

Set CHANGEME to whatever you want make sure its in " " and change time to a number for example: 5000

EXAMPLE: exports['v-dialogueui']:showTextUI('This is an example text', 5000) -- Display the text for 5 seconds (5000 milliseconds)


Dependencies

  • None

Credits
Ui was created by “Pata_PataMods
All I did was extract the ui and created the ui as a standalone script

Other Resources
[Paid] [Standalone][QBCore][ESX] V-CameraControl

Code is accessible Yes
Subscription-based No
Lines (approximately) 72
Requirements None
Support Yes
9 Likes

Thank you for the credit :purple_heart:

1 Like

You’re welcome (: i was alittle worried you wouldn’t approve of me reusing your script haha. But if you would like to claim it for yourself and repost it on your account, I don’t mind.

1 Like

It’s a free stuff, so that’s okay for us, don’t worry :slight_smile:

1 Like

how to make such feedback from ox_inventory as in the 2nd picture?

1 Like

Thats a seperate script called r1_requirements
here is the link to it. You can also use it for any other inventory just need to change ox_inventory to your own as well as change the path to your inventory images

2 Likes

Updated Client.lua

I was up late last night and was only testing with commands lol