mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
initial
This commit is contained in:
15
resources/[system]/chat/__resource.lua
Normal file
15
resources/[system]/chat/__resource.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
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'
|
||||
}
|
||||
Reference in New Issue
Block a user