ed
This commit is contained in:
parent
11f13737e3
commit
61abf09cd9
12 changed files with 4602 additions and 0 deletions
26
resources/[tools]/cc-chat-1/fxmanifest.lua
Normal file
26
resources/[tools]/cc-chat-1/fxmanifest.lua
Normal file
|
@ -0,0 +1,26 @@
|
|||
version '1.4.1'
|
||||
author 'Concept Collective'
|
||||
description 'A chat theme for FiveM'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
server_script 'server/main.lua'
|
||||
client_script 'client/main.lua'
|
||||
|
||||
dependency 'chat'
|
||||
|
||||
file 'theme/style.css'
|
||||
|
||||
chat_theme 'ccChat' {
|
||||
styleSheet = 'theme/style.css',
|
||||
msgTemplates = {
|
||||
ccChat = '<div id="notification" class="noisy"><div id="color-box" style="background-color: {0} !important;" class="noisy"></div><div id="info"><div id="top-info"><div id="left-info"><h1 id="title"><i class="{1}"></i></h1><h2 id="sub-title">{2}</h2></div><h2 id="time">{3}</h2></div><div id="bottom-info"><br><p id="text">{4}</p></div></div>'
|
||||
}
|
||||
}
|
||||
|
||||
exports {
|
||||
'getTimestamp'
|
||||
}
|
||||
|
||||
game 'common'
|
||||
fx_version 'adamant'
|
Loading…
Add table
Add a link
Reference in a new issue