forked from Simnation/Main
40 lines
620 B
Lua
40 lines
620 B
Lua
![]() |
fx_version 'cerulean'
|
||
|
games { 'gta5' }
|
||
|
|
||
|
author 'Eviate'
|
||
|
description 'Advanced Trunk'
|
||
|
version '1.0.0'
|
||
|
|
||
|
lua54 'yes'
|
||
|
|
||
|
ui_page 'clipboard/index.html'
|
||
|
|
||
|
files {
|
||
|
'clipboard/index.html',
|
||
|
'clipboard/copy.js',
|
||
|
}
|
||
|
|
||
|
shared_scripts {
|
||
|
'config.lua',
|
||
|
}
|
||
|
|
||
|
client_scripts {
|
||
|
'bridge/cl_bridge.lua',
|
||
|
'client/cl_*.lua',
|
||
|
}
|
||
|
|
||
|
server_scripts {
|
||
|
'server/sv_*.lua',
|
||
|
'bridge/sv_bridge.lua',
|
||
|
}
|
||
|
|
||
|
escrow_ignore {
|
||
|
'clipboard/index.html',
|
||
|
'clipboard/copy.js',
|
||
|
'bridge/cl_bridge.lua',
|
||
|
'bridge/sv_bridge.lua',
|
||
|
'config.lua',
|
||
|
'sv_config.lua',
|
||
|
}
|
||
|
|
||
|
dependency '/assetpacks'
|