--[[ FX Information ]] fx_version "cerulean" game "gta5" lua54 "yes" --[[ Resource Information ]] name "0r-delivery" author "aliko. " description "Fivem | 0Resmon | Delivery Script | Deliveries with your teammate." version "1.1.0" --[[ Manifest ]] shared_scripts { 'services/eslint_rc.js', 'utils/functions.js', "@ox_lib/init.lua", "shared/**/*" } client_scripts { "client/utils.lua", "client/functions.lua", "client/events.lua", "client/nui.lua", "client/threads.lua", } server_scripts { "@oxmysql/lib/MySQL.lua", "server/functions.lua", "server/events.lua", "server/commands.lua", } ui_page "ui/build/index.html" files { "locales/**/*", "ui/build/index.html", "ui/build/**/*", } escrow_ignore { "shared/**/*", "locales/**/*", "ui/build/**/*" }