forked from Simnation/Main
38 lines
No EOL
618 B
Lua
38 lines
No EOL
618 B
Lua
fx_version 'cerulean'
|
|
games { 'gta5' }
|
|
|
|
author 'Eviate'
|
|
description 'Deployable Emergency Vehicle Light Script'
|
|
version '1.1.1'
|
|
|
|
lua54 'yes'
|
|
|
|
shared_scripts {
|
|
'config.lua',
|
|
}
|
|
|
|
client_scripts {
|
|
'bridge/cl_bridge.lua',
|
|
'client/cl_*.lua',
|
|
}
|
|
|
|
server_scripts {
|
|
'server/sv_*.lua',
|
|
'bridge/sv_bridge.lua',
|
|
}
|
|
|
|
escrow_ignore {
|
|
'bridge/cl_bridge.lua',
|
|
'bridge/sv_bridge.lua',
|
|
'config.lua',
|
|
'stream/*',
|
|
'item/*',
|
|
}
|
|
|
|
files {
|
|
'stream/hei_prop_wall_alarm.ytyp'
|
|
}
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/hei_prop_wall_alarm.ytyp'
|
|
|
|
dependency '/assetpacks' |