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

16 lines
258 B
Lua
Raw Normal View History

2016-12-15 20:40:07 +08:00
description 'chat management stuff'
ui_page 'html/chat.html'
client_script 'chat_client.lua'
server_script 'chat_server.lua'
export 'printChatLine'
files {
'html/chat.html',
'html/chat.css',
'html/chat.js',
'html/jquery.faketextbox.js'
}