πŸ“„Installation

Item Installation

    ['newscamera'] = {
        label = 'News Camera',
        weight = 1100,
        price = 100,
        stack = false,
        close = true,
        description = 'A little dusty',
        client = {
            image = 'yrp_news_camera.png',
            export = 'yrp-newsjob.newscamera'
        },
    },

    ['newsboom'] = {
        label = 'News Boom',
        weight = 500,
        price = 100,
        stack = false,
        close = true,
        description = 'Heavier than it looks',
        client = {
            image = 'yrp_news_boom.png',
            export = 'yrp-newsjob.newsboom'
        },
    },

    ['newsmic'] = {
        label = 'News Mic',
        weight = 100,
        price = 100,
        stack = false,
        close = true,
        description = 'Is this thing on?',
        client = {
            image = 'yrp_news_mic.png',
            export = 'yrp-newsjob.newsmic'
        },
    },

Last updated