Skip to content

marcostom32/chat-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-design

chat design for qb-core

Preview

-------- Important --------

Don't replace the entire folder, just copy the files and paste in your chat folder.

Download the default chat of cfx from here - https://github.com/citizenfx/cfx-server-data If you have the color error

attempt to index a nil value ( field 'color')

Just go to the script that uses 'chat:addMessage' and add the color field.

Change color of the border

New qb-core uses chat:addMessage trigger,

  TriggerClientEvent('chat:addMessage', src, {
  color = {255, 0, 0}, <-- here 
  multiline = true,
  args = {'Admin Report - '..name..' ('..targetSrc..')', msg}
})

For the old just go to the index.css

About

chat design for fivem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published