example
example

资源 刮刮乐fxScratchCards [ESX] [QB]

Yann

站长
管理成员
GTAOS管理组
认证卖家
认证用户
本 月 名 人 榜 最 佳
1716482928130.png
视频预览:地址

如果您使用 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
 
顶部