To give an item to a player you can use the AddItem method on the PlayerInventory class.
AddItem
PlayerInventory
// RAPI.GetLocalPlayer().Inventory.AddItem(); RAPI.GetLocalPlayer().Inventory.AddItem("Raw_Potato",1);
Last updated 1 year ago