Snippets
Item Snippets
['boosterpack'] = {
label = 'Booster Pack',
weight = 2,
consume = 1,
metadata = {},
client = {export = 't3_tradingcards.boosterpack'},
stack = true,
close = true,
description = ''
},
['album'] = {
label = 'Album',
weight = 2,
consume = 0,
metadata = {},
client = {export = 't3_tradingcards.album'},
stack = true,
close = true,
description = ''
},
['tradingcard'] = {
label = 'Trading Card',
weight = 2,
consume = 0,
metadata = {},
client = {export = 't3_tradingcards.useCard'},
buttons = {{label='Add to album',action=function(slot) TriggerServerEvent('t3_tradingcards:passCard',slot) end}},
stack = true,
close = true,
description = ''
},Shop Snippets
Exports
Last updated