1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-25 19:33:21 +08:00
cfx-server-data/resources/[system]/chat/__resource.lua
Jonas Dellinger ffa9488e9a Betterchat v1
2017-05-17 19:22:20 +02:00

16 lines
290 B
Lua

description 'better chat management stuff'
ui_page 'html/index.html'
client_script 'cl_chat.lua'
server_script 'sv_chat.lua'
files {
'html/index.html',
'html/index.css',
'html/config.js',
'html/App.js',
'html/Message.js',
'html/Suggestions.js'
}