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

27 lines
731 B
Lua
Raw Normal View History

2017-05-21 22:52:55 +08:00
description 'chat management stuff'
2017-05-18 01:22:20 +08:00
ui_page 'html/index.html'
client_script 'cl_chat.lua'
server_script 'sv_chat.lua'
files {
'html/index.html',
'html/index.css',
2017-05-21 22:52:55 +08:00
'html/config.default.js',
2017-05-18 01:22:20 +08:00
'html/config.js',
'html/App.js',
'html/Message.js',
2017-05-21 22:52:55 +08:00
'html/Suggestions.js',
'html/vendor/vue.2.3.3.min.js',
'html/vendor/flexboxgrid.6.3.1.min.css',
'html/vendor/animate.3.5.2.min.css',
'html/vendor/latofonts.css',
'html/vendor/fonts/LatoRegular.woff2',
'html/vendor/fonts/LatoRegular2.woff2',
'html/vendor/fonts/LatoLight2.woff2',
'html/vendor/fonts/LatoLight.woff2',
'html/vendor/fonts/LatoBold.woff2',
'html/vendor/fonts/LatoBold2.woff2',
2017-05-18 01:22:20 +08:00
}