![[paid] nv-chat (qbcore, esx) main image](https://forum-cfx-re.akamaized.net/original/4X/2/0/0/200135665880191c0e348346a8928c428794eaac.png)
![[paid] nv-chat (qbcore, esx) thumbnail 1](https://forum-cfx-re.akamaized.net/original/4X/2/0/0/200135665880191c0e348346a8928c428794eaac.png)
![[paid] nv-chat (qbcore, esx) thumbnail 2](https://forum-cfx-re.akamaized.net/optimized/4X/a/6/b/a6bb034acf3f90611bc97d3b0d2d19e079aab77b_2_614x499.jpeg)
![[paid] nv-chat (qbcore, esx) thumbnail 3](https://forum-cfx-re.akamaized.net/optimized/4X/6/3/e/63e56ef269197b70bce9b7d3247e746385e6ff9a_2_341x499.png)
Price
UnknownA script by dedepikachu
Price
UnknownNV-CHAT (QBCORE, ESX)
Player commands
/ooc (OOC chat is also the default, you don’t need to use /ooc but just write and send anything.)
/do
/me
/try
/clear (Deleting a personal chat)
/coin (Flip a coin)
Only admin
/clearall (Delete all chat)
/announcement text (Notification global)
/a text (Admin chat)
What can our chat do so far?
Create your own chats
Config.JobsChat = {
{
enabled = true, -- Enable / Disable
cmd = "lspd", -- Command to use
help = {
main = "Send a message to chat as LSPD", -- Chat help
parameters = {
{ name = "Message", help = "The message you want to send" } -- Chat help
}
},
job = "police", -- Job perm
name = "PD", -- Side name
iconname = "Police Department"; -- Chat title
icon = "fa-solid fa-building-shield", -- Font awesome
color = "#3498db", -- The color of the line on the side
colorstext = "^5", -- Side name color
namecolor = "^5", -- Title color
colormessage = "~s~" -- Text color
},
CUSTOM CHAT MESSAGE
Client-Side
TriggerEvent("dd_chat:addCustomMessage", msg, color, time, icon, name, iconname, colorstext, namecolor, colormessage) -- Client trigger event with parm
TriggerEvent("dd_chat:addCustomMessage", "Message text", "#3498db", time, "fa-solid fa-building-shield", "Chat Side Name", "Chat name", "^5", "^2", "~s~") -- Client trigger event example
Server-Side
TriggerClientEvent("dd_chat:addCustomMessage", -1, msg, color, time, icon, name, iconname, colorstext, namecolor, colormessage) -- Server trigger event with parm
TriggerClientEvent("dd_chat:addCustomMessage", -1, "Message text", "#3498db", time, "fa-solid fa-building-shield", "Chat Side Name", "Chat name", "^5", "^2", "~s~") -- Server trigger event example
Even if the script is locked, it is fully editable
TEBEX: https://nv-dev.tebex.io/
| Code is accessible | Yes
| Subscription-based | No
| Lines (approximately) | 500-1000
| Requirements | QBCORE, ESX, CHAT
| Support | Yes
No approved reviews found for this script yet.