视频预览:地址
如果您使用 QBCORE,请在 qb-core/shared/items.lua 中添加以下内容:
lua:
[‘fx_scratchcard’] = {[‘name’] = ‘fx_scratchcard’, [‘label’] = ‘Scratch Card’, [‘weight’] = 0, [‘type’] = ‘item’, [‘image’] = ‘fx_scratchcard.png’, [‘unique’] = false, [‘useable’] = true, [‘shouldClose’] = true, [‘combinable’] = nil, [‘description’] = ‘A scratch card.’},
如果您使用 ESX,请将其添加到数据库中:
SQL:
INSERT INTO items (name, label) VALUES
(‘fx_scratchcard’,‘Scratch Card’)
;
下载
Tebex 或者 Github