mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 14:24:02 +01:00
chat: theming support, hide chat when not needed, other minor changes
This commit is contained in:
10
resources/[system]/chat-theme-gtao/__resource.lua
Normal file
10
resources/[system]/chat-theme-gtao/__resource.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
file 'style.css'
|
||||
file 'shadow.js'
|
||||
|
||||
chat_theme 'gtao' {
|
||||
styleSheet = 'style.css',
|
||||
script = 'shadow.js',
|
||||
msgTemplates = {
|
||||
default = '<b>{0}</b><span>{1}</span>'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user