🎨 CC Chat - Chat Theme

38ed0983ebd53ed80a065e160ec11d36abb96776

🎨 CC Chat - Chat Theme

CC Chat is a chat theme that includes a custom message template for FiveM's default chat resource.
Documentation - Report Bug - Request Feature

:framed_picture: Showcase

Screenshots

:warning: Important Notice

If CC Chat is a dependency for another resource you can ignore this notice.

Please note that this resource does not include any pre-written commands or chat messages; you will need to create them yourself. It is designed for people who have some experience with scripting. Only those who have some idea of what they’re doing will be given support.

:white_check_mark: Features

  • Custom text input box
  • Custom suggestions box
  • A ready-to-use chat template
  • Anti-spam system
  • Font Awesome icons (v6.x.x)
  • Completely customisable
  • Free Forever
  • Support available!

:hammer_and_wrench: Installation

Official guide to installing CC Chat.

Dependencies

Download

Install

  • Create a new folder in your resources folder named cc-chat
  • Extract the archive’s contents to your cc-chat folder.
  • ensure cc-chat anywhere after the default chat resource in your server.cfg.

:seedling: Source Code

CC chat’s source code can be found on GitHub.

You can use and edit this code to your liking as long as you don’t ever claim it to be your own code and always provide proper credit. You’re not allowed to sell cc-chat or any code you take from it. If you want to release your own version of cc-chat, you have to link the original GitHub repo, or release it via a Forked repo.

31 Likes

good job friend

1 Like

Not working for me

1 Like

Im using esx legacy

2 Likes

As the post says:

Look at the docs to get the custom chat messages here

1 Like

[ script:chat] ================
[ script:chat] CC Chat (chat) is outdated!
[ script:chat] Current version: (v1.1.3)
[ script:chat] Latest version: (1.1.3) Release CC Chat · Concept-Collective/cc-chat · GitHub

outdated

Should be fixed now

1 Like

Looks awesome, good job!

2 Likes

Nice chat for a free release. Keep it up :pinched_fingers:

3 Likes

good job bro

1 Like

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

trying to use this sytax. But somehow didnt get the color and the icon.
Someone can give a example how to define this two?


I get this error message anyone know a fix?

Also this
image

1 Like

You appear to be using a chat theme already. Can you restart cc_chat after stopping the PR_chatthema resource?

1 Like

I have same problem with no other chat themes on the server.

would you be able to provide a screenshot or does your error look similar to the one listed above?

I dont get errors just the chat looking like this
image

1 Like

It looks like another resource is controlling the styling for your chat.

Resources can do this in their fxmanifest / resource.lua files and they look something like the following:

chat_theme ‘themename’ {
styleSheet = ‘theme/style.css’,
}

I would suggest looking through any chat resource you currently have started and stop them one by one whilst restarting CC_Chat. eventually it will work and you will find your problem resource :slight_smile:

I litterly have no chat resources this is a fresh ESX legacy server.

2 Likes

Okay, After looking here I can see that esx-legacy has a resource called esx_rpchat does your server have this?