instalodInstallation

  1. Download the purchased resource from keymasterarrow-up-right - 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

circle-exclamation

Items

chevron-rightqb-inventory itemhashtag
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"
}
chevron-rightox_inventory itemhashtag

Last updated