Pocket crafting finished
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
This event is triggered when a player completes a pocket crafting process.
"drugs_creator:pocketCraftingFinished"
playerId
number
The server ID of the player who completed the crafting
itemName
string
The name of the pocket crafting item that was used
This event is triggered after a player successfully completes a pocket crafting process. It is fired right after the player receives their crafted item.
AddEventHandler("drugs_creator:pocketCraftingFinished", function(playerId, itemName)
print("Player " .. playerId .. " finished crafting with " .. itemName)
end)