Files
cfx-server-data/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua

13 lines
222 B
Lua

file 'style.css'
file 'shadow.js'
chat_theme 'gtao' {
styleSheet = 'style.css',
script = 'shadow.js',
msgTemplates = {
default = '<b>{0}</b><span>{1}</span>'
}
}
game 'common'
fx_version 'adamant'