Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script okokTextUI - STANDALONE

Joined
Dec 16, 2022
Messages
7
Reaction score
1
Points
146
Location
Indonesia
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
nice
 

Banano240

Member
Joined
Jan 25, 2022
Messages
1
Reaction score
0
Points
156
Location
italia
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
 

klklklkl

Member
Joined
Jan 12, 2023
Messages
1
Reaction score
0
Points
156
Location
pl
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
wsad
 

pitiphat31

Silver Elite
Joined
Jun 30, 2022
Messages
42
Reaction score
18
Points
156
Location
thailand
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
 

aamsyar

Gold Elite
Joined
Apr 18, 2021
Messages
39
Reaction score
39
Points
166
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
Thx
 

denuwanhackzzz

Silver Elite
Joined
Jun 7, 2022
Messages
37
Reaction score
19
Points
166
Location
Lanka
Website
denuwanhackzzz.me
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
 

mindping

Bronze Elite
Joined
Sep 19, 2021
Messages
12
Reaction score
2
Points
166
Location
usa
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
thanks
 

Brewzwillis

Bronze Elite
Joined
Jan 9, 2023
Messages
7
Reaction score
15
Points
146
Location
United States
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
this looks sexxxy
 

mindping

Bronze Elite
Joined
Sep 19, 2021
Messages
12
Reaction score
2
Points
166
Location
usa
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 = null;
            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"
})
 

legend2004

Member
Joined
Mar 14, 2022
Messages
30
Reaction score
0
Points
166
Location
Roma
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
 

Tecno28100

Member
Joined
Apr 23, 2022
Messages
4
Reaction score
0
Points
146
Location
India
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
fffffffffffffffffffffffsd
 

gingermickygaming

Silver Elite
Joined
May 13, 2022
Messages
50
Reaction score
20
Points
166
Location
uk
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
 

PGamingHD

Member
Joined
Apr 3, 2022
Messages
3
Reaction score
7
Points
156
Location
Sweden
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
ty
 

DaMnItLeWiS

Bronze Elite
Joined
Sep 9, 2022
Messages
12
Reaction score
3
Points
156
Location
US
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
.
 

Simotsu

Member
Joined
Oct 3, 2022
Messages
11
Reaction score
0
Points
166
Location
08753
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
okok
 

TESLA 2023

Member
Joined
Jan 19, 2023
Messages
1
Reaction score
0
Points
146
Location
Estados Unidos
View attachment 6053

Hello, I bring you the okokTextUI. It is STANDLONE, that means could work with QBCore, ESX, etc.

Make sure to read the README.md ‼️ if you want to know how to use this

Preview
:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]

- This script is very cheap, less than 5€. If you liked it I recommend you to buy from the in order to support his job.
(Despite that I think it's useful enough to share it here 4 free)
OMG AWESOME!
 
Top