Scripts/resources/[custom_script]/jerzys_billing/config.lua

20 lines
568 B
Lua
Raw Permalink Normal View History

2024-12-29 19:48:41 +00:00
Config = {}
Config.useTarget = true -- Use QB Target to enable the billing
Config.useCommand = false -- Use QB Target to enable the billing
Config.useCash = false -- Abillity to use cash for billing/ If false then Banking
-- Add this in your QB-Target Init.lua and set useTraget to true
--[[
Config.GlobalPlayerOptions = {
options = {
{
type = "client",
event = "jerzys_billing:client:openBillingMenu",
icon = 'fas fa-phone',
label = 'Generate a bill',
},
}
}
]]--