40 lines
624 B
Lua
40 lines
624 B
Lua
fx_version 'bodacious'
|
|
game 'gta5'
|
|
clr_disable_task_scheduler 'yes'
|
|
|
|
name "BigDaddy-Money"
|
|
description "Money System"
|
|
author "Big Daddy"
|
|
version "1.2.1"
|
|
|
|
client_scripts {
|
|
'*.Client.net.dll',
|
|
'Newtonsoft.Json.dll',
|
|
}
|
|
|
|
server_scripts {
|
|
'*.Server.net.dll',
|
|
'Newtonsoft.Json.dll',
|
|
'bdsql.js',
|
|
'BigDaddy*.js'
|
|
}
|
|
|
|
ui_page 'nui/ui.html'
|
|
|
|
files {
|
|
'nui/ui.html',
|
|
'nui/*.css',
|
|
'nui/*.js',
|
|
'nui/img/*',
|
|
'nui/assets/*.css',
|
|
'nui/assets/*.TTF',
|
|
'nui/assets/img/*',
|
|
'stream/bzzz_prop_payment_terminal.ytyp',
|
|
'settings.ini',
|
|
'menu.ini',
|
|
'menu.json'
|
|
}
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_payment_terminal.ytyp'
|
|
|