šŸŽØ CC Chat - Chat Theme

really like the look of this chat, curious thou if I didnt want my players to be able to type in /ooc or their chats to show up as ooc:

Basically would like to only use it for more official purposes, we try to keep our players using the chats on phone, or twitter there.

Outside of that, again this has a really nice look and fresh appearance. Nice change from the typical

2 Likes

CC-RPChat v1.3.0 has been released adding support for the QBCore Framework :partying_face:

1 Like

How can I stop the messages without commands from being sent twice (through the OOC message & the default text)?
image_2023-02-17_012630492

1 Like

Good afternoon, how can I make the announcement just for police, butt hat all civilians can see it later

1 Like

How do I create a new message for a specific job, for example police, mechanic and ambulance

1 Like

Is it standalone

1 Like

do you have your theme available modified on github?

1 Like

Update!

Anti-spam system added

:tada: Exciting News: Test/Preview Server Now Available for cc-chat! :tada:

Weā€™re delighted to announce the launch of our public test/preview server for cc-chat! :rocket: Join us at Concept Collective / Cfx.re to experience the latest version of cc-chat in action.

:video_game: Explore cc-chat Features:

Get a firsthand look at the fantastic features cc-chat has to offer! From the custom text input box and suggestions box to the ready-to-use chat template, you can witness how cc-chat enhances your FiveM serverā€™s chat experience.

:speech_balloon: Engage with Our Community:

Our test/preview server isnā€™t just about showcasing cc-chat; itā€™s a place to connect with fellow developers and server owners. Discuss ideas, share your thoughts, and exchange tips with our vibrant community of FiveM enthusiasts!

:loudspeaker: Your Feedback Matters:

We value your feedback as we continue to improve cc-chat. If you encounter any issues or have suggestions for new features, donā€™t hesitate to let us know. Your input helps shape the future of cc-chat and makes it even better.

:star2: Join the Fun!

Donā€™t miss out on this exclusive opportunity to preview cc-chat and be part of our growing community. Weā€™re excited to have you on our test/preview server at Concept Collective / Cfx.re.

Happy chatting and exploring! :rocket::smile:

1 Like

Hey yall! I love the chat donā€™t get me wrong, I just had a question, any way to add player idā€™s to messages say like
(whatever sent by) Player[ID] : Message?
Just curious!!

1 Like

My chat donā€™t display like the preview how can I get it to display like that?

1 Like

You have to make commands using the

TriggerClientEvent('chat:addMessage', -1 , {
templateId = 'ccChat',
multiline =  true,
args = {
    color,
    icon,
    subtitle,
    timestamp,
    msg 
}
})

Set up like stated in the documentation.

1 Like

So as I put above that is for the server.lua, how would we trigger this in the client.lua?
Also, the chat box and charaters are really small compaired to the normal chat, is there a way to scale them up?

So for anyone wondering, when creating a command event in Client.lua use

TriggerEvent('chat:addMessage',
    { templateId = 'ccChat',
    multiline = false,
        args = {
            color,
            icon,
            subtitle,
            timestamp,
            msg
        }
    })
1 Like

How can I put the chatbox under chat like in image and make it smaller? I am new to fivem.

3 Likes

Can Somebody help me i want to add

  • /Try
  • /Here
  • /Status
1 Like

Great looking chat theme. Keep us the great work!

1 Like

When I put it in all that happends is my chat goes invisible and I canā€™t do any of the commands

1 Like


why i get another one message? dublicateā€¦ how fix that?

1 Like

I noticed something. I changed the font weight so itā€™s not as strong, but when I use the template and enter something like

Hello <strong>World</strong>

It literally outputs it

1 Like

my chat never clears it just keep rolling on with new msg

1 Like