๐Ÿ“Installation

Script Download

1

Log Into CFX Portal

CFX Portal

2

Granted Assets

Navigate to the assets page to find the resource.

Script Setup

1

Run SQL File

pug_cokebusiness.sql

2

Add Items

QB Items:

['cokelabnote']                        = {['name'] = 'cokelabnote',                          ['label'] = 'Lab Note',           ['weight'] = 1000,          ['type'] = 'item',    ['image'] = 'cokelabnote.png',                ['unique'] = true,          ['useable'] = true,      ['shouldClose'] = true,      ['combinable'] = nil,   ['description'] = 'A Useable note that has some information on it...'},

Ox items:

['cokelabnote'] = {
    label = 'Lab Note',
    weight = 100,
},
3

Configure Script

Open the config.lua and change it to your servers liking.

Last updated