
π»Installation
Dependencies
Installing the resource
craftingtable = { name = 'craftingtable', label = 'Crafting Table', weight = 100, type = 'item', image = 'craftingtable.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Crafting Table' }, blueprint = { name = 'blueprint', label = 'Blueprint', weight = 100, type = 'item', image = 'blueprint.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Blueprint' },Item('craftingtable', function(data, slot) local model = "gr_prop_gr_bench_04b" local id = "CraftingTable"..math.random(111111,999999) TriggerEvent("zat-crafting:client:PlaceTable", id, model) end)
Last updated