NV-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?
- Time chat.
- On/off time
- Customizable chat input via fxmanifest
- Distance and its adjustment (ooc, me, do, try)
- Function to delete chat only for yourself.
- Chat deletion to everyone under the admin group.
- Motifications when chat is deleted.
- Turn Floating 3d text off and on.
- Admin notification.
- Editing style.
- Editing 3d text to Floating 3d text + notification when someone writes “me, do, try in the circle” in the chat
- Antispam system that prevents chat spamming.
- Notify system change.
- Translation to folder for editing.
- Custom fond + Possibility to add your own fond.
- Editing permissions in config.
- Turn on/off that chat.
- System for creating custom chats for jobs.
- Features to custom chats
- Discord webhook log
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