Files
Elite-Gaming-FiveM/resources/BigDaddy-VendingMachines/fxmanifest.lua
T
2025-11-01 22:17:29 -07:00

31 lines
507 B
Lua

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