Voucher
You can skip if you are not going to use the voucher
1. Creating item
Here you have some pre-made implementations
ESX - SQL
INSERT INTO `items` (name, label, weight, rare, can_remove) VALUES
('voucher','Voucher - 35.000€', 0, 1, 0)
;QB Core
['voucher'] = {['name'] = 'voucher', ['label'] = 'Voucher PDM', ['weight'] = 0, ['type'] = 'item', ['image'] = 'voucher.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Voucher valor: 35.000€, Este artigo é pessoal e não pode ser vendido ou repassado.'},2. Item when player is created
ESX
QB Core
Last updated