QB Cropduster Job

Introduction

This Resource is a job for QBCore known as a 'Crop Duster'

Purchasearrow-up-right

Installation

Drag and drop 'qb-cropduster' into your [qb] folder.

Add the Job to qb-core/shared/jobs.lua

Add the Radial Menu snippet into your qb-radial menu folder.

Execute the SQL File into your database!!

Snippets

qb-radialmenu

["cropduster"] = {
    {
        id = 'crop',
        title = 'Start Dusting',
        icon = 'info-circle',
        type = 'client',
        event = 'RadialMenu:Start:Dusting',
        shouldClose = true
    }
},

qb-target/init

Last updated