Closed KingRyuShin closed 2 years ago
How could we use this event to add a item inside the trunk without opening the trunk and place it ourself
RegisterNetEvent('inventory:server:addTrunkItems', function(plate, items) Trunks[plate] = {} Trunks[plate].items = items end)
Can you please provide the sample with which you did it
How could we use this event to add a item inside the trunk without opening the trunk and place it ourself
RegisterNetEvent('inventory:server:addTrunkItems', function(plate, items) Trunks[plate] = {} Trunks[plate].items = items end)