diff --git a/resources/[phone]/roadphone/addons/jobcalls/config.lua b/resources/[phone]/roadphone/addons/jobcalls/config.lua index 9e2a7d742..7cfa3ed70 100644 --- a/resources/[phone]/roadphone/addons/jobcalls/config.lua +++ b/resources/[phone]/roadphone/addons/jobcalls/config.lua @@ -150,10 +150,10 @@ JobCalls.Positions = { } }, { - name = "coffe_cute", + name = "Cute", coords = vector3(-293.9437, -76.8990, 49.5045), number = 5557185, - needjob = "coffe_cute", + needjob = "cute", useMarker = true, marker = { drawDistance = 10.0, diff --git a/resources/[tools]/RxBilling/config.lua b/resources/[tools]/RxBilling/config.lua index 20fbe69da..b8a6f905f 100644 --- a/resources/[tools]/RxBilling/config.lua +++ b/resources/[tools]/RxBilling/config.lua @@ -63,7 +63,18 @@ Config.JobInvoices = { presetInvoices = { } }, - + ['sud'] = { + label = 'Santoro Unlimited', + requiredGrade = 0, + presetInvoices = { + } + }, + ['cute'] = { + label = 'Coffe Cute', + requiredGrade = 0, + presetInvoices = { + } + }, } diff --git a/resources/[tools]/okokBanking/config.lua b/resources/[tools]/okokBanking/config.lua index d010d614b..a9ee605a4 100644 --- a/resources/[tools]/okokBanking/config.lua +++ b/resources/[tools]/okokBanking/config.lua @@ -55,7 +55,8 @@ Config.Societies = { -- Which societies have bank accounts "sud", "taxi", "ammu", - "marshal" + "marshal"; + "cute" @@ -100,7 +101,11 @@ Config.JobBossRanks = { ["marshal"] = { maxRank = true, -- Will automatically detect the highest rank specificRanks = {0} -- Or you can specify ranks like {3, 4} if needed - }, + }, + ["cute"] = { + maxRank = true, -- Will automatically detect the highest rank + specificRanks = {0} -- Or you can specify ranks like {3, 4} if needed + }, -- Add other jobs as needed }