1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-25 19:42:51 +08:00
cfx-server-data/resources/[system]/chat/__resource.lua

16 lines
290 B
Lua
Raw Normal View History

2017-05-18 01:22:20 +08:00
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'
}