44 lines
908 B
Lua
44 lines
908 B
Lua
fx_version 'bodacious'
|
|
game 'gta5'
|
|
|
|
name "BigDaddy-LEO"
|
|
description "LEO Interaction"
|
|
author "Big Daddy"
|
|
version "1.1.2"
|
|
|
|
|
|
client_scripts {
|
|
'*.Client.net.dll',
|
|
'Newtonsoft.Json.dll',
|
|
'BigDaddy*.js',
|
|
'megaphone.client.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'*.Server.net.dll',
|
|
'BigDaddy*.js',
|
|
'Newtonsoft.Json.dll',
|
|
'megaphone.server.lua'
|
|
}
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/sounds/*.ogg',
|
|
'html/assets/BigDaddy-RadialMenu.css',
|
|
'html/assets/BADABB_.TTF',
|
|
'html/assets/img/*.svg',
|
|
'stream/prop_bd_flashlight_01.ytyp',
|
|
'stream/prop_w_spotlight_01.ytyp',
|
|
'stream/prompt_sandy_train_customprop_tickets.ytyp',
|
|
'CopAnims.json',
|
|
'settings.ini',
|
|
'menu.json',
|
|
'menu.ini',
|
|
}
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/prop_bd_flashlight_01.ytyp'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/prop_w_spotlight_01.ytyp'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/prompt_sandy_train_customprop_tickets.ytyp'
|