Create New item

Type should be - item | vehicle | weapon

Props types

name - string

label - string

image - string

type - string


Config.Items = {
    [1] = { 
        name = "sandwich", -- item spawn name
        label = 'Sandwich', -- Lebel
        image = 'sandwich.png', -- img name 
        type = 'item' -- iten | vehicle | weapon
    },
    --[2] = {
      --  name = "cola",
       -- label = 'Cola',
       -- image = 'cola.png',
       -- type = 'item'
   -- },
}

Create Image for items

You can add images to g-redeem-code -> web -> imgby dropping them here. The image names should match those specified in the config.

Last updated