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
See what others are saying about this script.
Share your experience and help others.