Installation

  1. Download the purchased resource from keymaster - the official site of fivem with purchased resources.

  2. Unzip the g-giftcard

  3. Create a Folder - In your resources directory, create a new folder and name it [g-scripts]if it has not already been created.

  4. Drag g-giftcard in to [g-scripts]

Arrangement

Add this line in your server.cfg file

ensure [g-scripts]

Compatible Inventories

The following inventories are compatible by default. If you're using a different one, you can adjust the inventory files to ensure compatibility.

Items

qb-inventory item
g_giftcard = {
   name = 'g_giftcard',
   label = 'Gift Card',
   weight = 300,
   type = 'item',
   image = 'g_giftcard.png',
   unique = true,
   useable = true,
   shouldClose = true,
   description = "Gift Card"
}
ox_inventory item

["g_giftcard"] = {
   label = "Gift Card",
   weight = 2,
   stack = false,
   close = true,
   description = "Gift Card",
}

Last updated