GiveItemNumToPlayer

GiveItemNumToPlayer command

Drops the item identified by ItemNum (or its blueprint) into the target player's inventory at the chosen Quantity and Quality.

Argument information
  • <Player ID>type: number

    The numeric in-game player ID of the target player (not their Steam ID).

  • <Item Num>type: item

    An item's numeric ID. Pick an item in the command builder below to fill it in.

  • <Quantity>type: number

    How many of the item to give.

  • <Quality>type: number

    The item's quality — 0 spawns a standard (primitive) item; higher values roll better stats.

  • <Force Blueprint>type: item

    1 to give the blueprint, 0 to give the crafted item.

Command builder

Player ID
Item Num
Quantity
Quality
Force Blueprint

Examples

This console command drops 1 of the item with numeric item ID 1 into the inventory of the player with player ID 1234567890, at quality 0, as the crafted item rather than a blueprint (0).

Using cheats on a server

On a multiplayer server, authenticate first with enablecheats <password>, and prefix admin commands with admincheat instead of cheat.