πŸ†— okokTextUI [STANDALONE][PAID]

12

[Preview]

Preview Link


[Options]

Set the:

  • Message;
  • Color (blue/red/green/gray);
  • Position (left/right).

[Guide]

Click here to see how this resource works.


Download (3.99€)

Get this resource at Tebex

This resource isn’t using the FiveM Asset Escrow system.


Check out our other scripts ⬇️

okokGarage

okokVehicleShop

okokBanking

okokMarketplace

okokContract

okokCrafting

okokBilling

okokChat

okokTalkToNPC

okokReports

okokRequests

okokNotify

okokDeleteVehicles

16 Likes

Looks good. Also not too expensive. Great job!

1 Like

Thank you :slight_smile:

Looks great, happy to see you post again, hope to see you post more since im in love with your resources, i’ll defo be purchasing. GLWS :heart:

2 Likes

sheeesh good to see you C asper

bought, thanks

1 Like

hi lol, you can expect me on every post.

that’s why im typing it mate

Sweet, works prefectly!

I do not understand how to export

Contact me through PM.

1 Like

hey, how to use for a gcphone messages?

1 Like

If you need help contact me through PM, I do not offer support on threads.

How to install correctly into server ?

Great job :smiley:

1 Like

If you want it to update object and action text add

in client.lua

Code:

            SendNUIMessage({
                action = "updateprompt",
                idx = i,         --- ADD the comma
                otext = prompts.objecttext,    --- ADD THIS!!
                atext = prompts.actiontext,     --- ADD THIS!!
                data = {
                    visible = prompts.visible,
                    top = prompts.top,
                    left = prompts.left,
                    scale = prompts.scale
                }
            })

and in index.html

Code:

          case "updateprompt":
            var index = n**l;
            for (var i = 0; i < viewmodel.prompts.length; i++) {
              if (viewmodel.prompts[i].name == event.data.idx) {
                index = i;
                viewmodel.prompts[i].objecttext = event.data.otext;       --- ADD THIS!! and get rid of these 2 comments!!
                viewmodel.prompts[i].actiontext = event.data.atext;       ---- ADD THIS!! and get rid of these 2 comments!!

then you can use them in the normal UPDATE
startprompt:Update({
objecttext = β€œSquid Games! β€œβ€¦ gameInfoText,
actiontext =”[E] to Join”,
key = β€œE”
})

how to install properly please

Hi, please contact us privately for support.