30 lines
489 B
Lua
30 lines
489 B
Lua
fx_version 'bodacious'
|
|
game 'gta5'
|
|
|
|
author 'Big Daddy'
|
|
version '1.2'
|
|
description 'Interact with Vending Machines'
|
|
|
|
client_scripts {
|
|
'*Client.net.dll',
|
|
'settings.ini',
|
|
'Newtonsoft.Json.dll',
|
|
'Vending.json'
|
|
}
|
|
server_scripts {
|
|
'*Server.net.dll',
|
|
'Newtonsoft.Json.dll',
|
|
'server.lua',
|
|
'settings.ini'
|
|
}
|
|
|
|
ui_page 'nui/ui.html'
|
|
|
|
files {
|
|
'nui/ui.html',
|
|
'settings.ini',
|
|
'nui/sounds/*.ogg',
|
|
'nui/*.png'
|
|
}
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_bigdaddy_prop_vending_machines.ytyp' |