37 lines
451 B
Lua
37 lines
451 B
Lua
fx_version 'bodacious'
|
|
|
|
game 'gta5'
|
|
|
|
description 'Airbags'
|
|
author 'Big Daddy'
|
|
version '1.0.6'
|
|
|
|
ui_page 'html/ui.html'
|
|
|
|
|
|
files {
|
|
'html/ui.html',
|
|
'html/main.css',
|
|
'html/app.js',
|
|
'html/sounds/*.ogg',
|
|
'settings.ini',
|
|
}
|
|
|
|
client_scripts {
|
|
'*.Client.net.dll',
|
|
'Newtonsoft.Json.dll'
|
|
}
|
|
|
|
server_scripts {
|
|
'*.Server.net.dll',
|
|
'BigDaddy*.js',
|
|
'Newtonsoft.Json.dll'
|
|
}
|
|
|
|
files {
|
|
'stream/airbag.ytyp',
|
|
}
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/airbag.ytyp'
|
|
|