31 lines
569 B
Lua
31 lines
569 B
Lua
fx_version 'bodacious'
|
|
game 'gta5'
|
|
|
|
author 'Big Daddy'
|
|
version '1.4.0'
|
|
description 'Spawn and manipulate objects'
|
|
|
|
client_scripts {
|
|
'*.Client.net.dll',
|
|
'Newtonsoft.Json.dll',
|
|
'MenuAPI.dll',
|
|
}
|
|
|
|
server_scripts {
|
|
'*.Server.net.dll',
|
|
'BigDaddy-Server.js',
|
|
'bdsql.js',
|
|
}
|
|
|
|
files {
|
|
'SpawnableObjects.json',
|
|
'settings.ini',
|
|
'nui/index.html'
|
|
}
|
|
|
|
ui_page 'nui/index.html'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_dream_of_lights.ytyp'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_vehicle_triangle_a.ytyp'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_light_stage.ytyp'
|