Files
CasperV1FiveM/resources/[core]/esx_chat_theme/fxmanifest.lua
2026-07-07 21:08:52 +02:00

18 lines
321 B
Lua

version '1.13.5'
author 'ESX-Framework'
description 'A ESX Stylised theme for the chat resource.'
file 'style.css'
file 'shadow.js'
chat_theme 'esx' {
styleSheet = 'style.css',
script = 'shadow.js',
msgTemplates = {
default = '<b>{0}</b><span>{1}</span>'
}
}
game 'common'
fx_version 'adamant'