Installation
Steps
Extract the script to your server resources folder
Configure Config.lua according to your liking
If you have enabled LOG in Config make sure to add the webhook in the Log.lua
Make sure you have OX_LIB Installed already
Run the database.sql file into your server's database.
ensure 'pl_drugdealerv2' in the server.cfg
Restart the Server
Additional Steps For QBCore Users only
Make sure the items that you added to the server are added to the qb-core->shared->items.lua
['weed_white-widow']= {['name'] = 'weed_white-widow',['label'] = 'White Widow 2g',['weight'] = 200,['type'] = 'item',['image'] = 'weed_baggy.png', ['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A weed bag with 2g White Widow'},
['weed_og-kush']= {['name'] = 'weed_og-kush',['label'] = 'OGKush 2g',['weight'] = 200,['type'] = 'item',['image'] = 'weed_baggy.png',['unique'] = false, ['useable'] = true,['shouldClose'] = false,['combinable'] = nil, ['description'] = 'A weed bag with 2g OG Kush'},
['weed_skunk']= {['name'] = 'weed_skunk',['label'] = 'Skunk 2g',['weight'] = 200,['type'] = 'item',['image'] = 'weed_baggy.png',['unique'] = false, ['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A weed bag with 2g Skunk'},
['meth'] = {['name'] = 'meth',['label'] = 'Meth',['weight'] = 100,['type'] = 'item', ['image'] = 'meth_baggy.png',['unique'] = false, ['useable'] = true,['shouldClose'] = true,['combinable'] = nil,['description'] = 'A baggie of Meth'},
Last updated