GiveItemToPlayer
The GiveItemToPlayer export allows you to deliver items to a player, including items with metadata. It can be configured in server/custom for more customization.
How to Use
To give an item to a player, use the following code:
This delivers the specified item and quantity to the targeted player's inventory. You can expand the functionality by adding metadata configurations in server/custom.
Last updated