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 okokChatV2 - QBCore and ESX

x0127

Silver Elite
Joined
Mar 22, 2022
Messages
28
Reaction score
145
Points
246
Location
Earth
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

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

A0Cry

Silver Elite
Joined
Apr 18, 2022
Messages
20
Reaction score
16
Points
166
Location
FRANCE
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

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

panez0n

Gold Elite
Joined
Apr 21, 2022
Messages
31
Reaction score
1,026
Points
296
Location
where the money is
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

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

STORM45900

Bronze Elite
Joined
Mar 18, 2022
Messages
14
Reaction score
6
Points
166
Location
Pakistan
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

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

anton03

Gold Elite
Joined
Jan 4, 2022
Messages
49
Reaction score
56
Points
231
Location
Texas
I updated mine to take money from my inventory for Ads and Anonymous by commenting out the "getAccount('bank').money and adding getMoney.()

server.lua
Under Advertisement and Anonymous sections:

--local bankMoney = xPlayer.getAccount('bank').money
local bankMoney = xPlayer.getMoney()


Also added the price for the Ads and Anon message based on whatever you set in the config.lua to the "chat suggestions" line by changing the client.lua

if Config.EnableAdvertisementCommand then
TriggerEvent('chat:addSuggestion', '/'..Config.AdvertisementCommand, 'Make an advertisement for $'..Config.AdvertisementPrice..'', {
{ name="ad", help="advertisement message" },
})
end
if Config.EnableAnonymousCommand then
TriggerEvent('chat:addSuggestion', '/'..Config.AnonymousCommand, 'Send an anonymous message for $'..Config.AnonymousPrice..'', {
{ name="message", help="message to send" },
})
end


Also, in the config.lua there's a typo for the ['an_success'] Notification Text for the Price.

I changed that line to this:

['an_success'] = { title = 'ANONYMOUS', message = 'Advertisement successfully made for $${price}', time = 5000, type = 'success'},

You can also change the ad_success if you want to show $ instead
['ad_success'] = { title = 'ADVERTISEMENT', message = 'Advertisement successfully made for $${price}', time = 5000, type = 'success'},
 

wangawanga22

Bronze Elite
Joined
Oct 26, 2021
Messages
12
Reaction score
34
Points
176
Location
Mars
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

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

dio777

Member
Joined
Apr 27, 2022
Messages
2
Reaction score
1
Points
156
Location
napoli
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]
esx?
 
Joined
Apr 22, 2022
Messages
7
Reaction score
1
Points
146
Location
grrrrgrgrgrrggr
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

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

Rage

Silver Elite
Joined
May 18, 2021
Messages
26
Reaction score
44
Points
171
Location
Kayamkulam, Kerala
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

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

Pat711

Silver Elite
Joined
Sep 22, 2021
Messages
16
Reaction score
17
Points
156
Location
Deutschland
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

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

ELI

Member
Joined
Mar 11, 2022
Messages
31
Reaction score
1
Points
166
Location
israel
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]
1
 
Joined
Mar 9, 2022
Messages
13
Reaction score
0
Points
156
Location
india
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

*** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]
It working or not
 

GH0ST

Bronze Elite
Joined
Nov 4, 2021
Messages
7
Reaction score
6
Points
161
Location
Italy
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

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

ganzas420

Bronze Elite
Joined
Dec 23, 2021
Messages
10
Reaction score
2
Points
166
Location
Portugal
View attachment 6028

Hello, I bring you the okokChatV2 ESX version converted by me to QBCore (The file contains both versions).

Make sure to read the README.md ‼️


UPDATE: ATTENTION [Only QBCore Version] - I notice that the PM command doesn´t work, you need to edit line 824 in server.lua to xTargetName = getName(xTarget) to fix the problem.

UPDATE: 26/04/2022 - 12:20 [Only QBCore Version] - All the people who download the script after this hour will have all working properly.
If you got downloaded it before, make what is detailed above, in the first update and also change the lines 938, 1003 in server.lua to xTargetName = getName(xTarget)


Preview:

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