-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.lua
More file actions
21 lines (16 loc) · 716 Bytes
/
config.lua
File metadata and controls
21 lines (16 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Config = {}
Config.OnDutyToBillEnabled = true -- If player must be on duty to bill
Config.AllowNearbyBilling = true -- If players can bill nearby players (rather than just by server ID)
Config.EnableTextNotifications = true -- If players receive text notifications for bill status changes
Config.EnablePopupNotification = true -- If players receive pop-up notifications (QBCore Notify) for bill status changes
-- Jobs which can send bills on behalf of their respective establishments' accounts (qb-management)
Config.PermittedJobs = {
'mechanic',
'ambulance',
'realestate',
'taxi',
'cardealer',
'police'
}
-- Commands --
Config.BillingCommand = 'billing'