[qb] Amari-pawnshop

I have started this script as qb-pawn, but ZLEXIF forked from mine creating his own edit, bringing me back to edit to my liking (although I have removed some Events I feel personally I wont need for my server, but added a NEW FEATURE that will blow your mind!!!

FEATURES : SMELTING ITEMS AFTER BREAKING
[1] SMELTING & BREAKING
[2] CRAFTING
[3] MONEYWASH
[4] STASH COUNTERS, STASHES FOR ITEM KEEPING/STOCK KEEPING & BILLING (jim-payments ready)

This is fully configurable in the CONFIG.

|-------------------------------------|----------------------------|
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | N/A |
| Requirements | qb-core etc |
| Support | Yes |

1 Like

video preview?

I might be the only one with this problem, but giving the job to a player is not working rn

Then you not giving the correct job name to the player. Works fine and tested on multiple servers.

Please read the Github - I can not and will not post videos

Checked the config file, reinstalled the resource, but still. Just to clarify, the job name is “pawn”, correct?

That is correct - Should be under your qb-core/shared/jobs:

pawn = {
	label = 'Pawnshop',
	defaultDuty = true,
	offDutyPay = false,
	grades = {
		['0'] = { name = 'Recruit', payment = 50 },
		['1'] = { name = 'Sales', payment = 75 },
		['2'] = { name = 'Evaluator', payment = 100 },
		['3'] = { name = 'Manager', payment = 125 },
		['4'] = { name = 'Owner', isboss = true, payment = 150 },
	},
},