Pulse Scipts
StoreDiscordGithub
  • Documentation for Pulse Scripts
  • Paid Scripts
    • 💰Drug Dealer V2
      • Installation
      • Config File
      • Server Exports
    • 🔓Wheel Lock
      • Installation
      • Config File
    • 🥙Restaurants
      • 😻UwU Cat Cafe
        • Installation
        • Preview Config
        • Common Issues
      • 🍔HornyBurgers
        • Installation
        • Preview Config
        • Common Issues
      • ☕Bean Machine
        • Installation
        • Preview Config
        • Common Issues
      • 🧋BubbleGum Cafe
        • Installation
        • Preview Config
        • Common Issues
      • 🍕Pizza This
        • Installation
        • Preview Config
        • Common Issues
      • 🐟Pearls
        • Installation
        • Preview Config
        • Common Issues
      • 🍔BurgerShot
        • Installation
        • Preview Config
        • Common Issues
      • 🍅UpnAtom
        • Installation
        • Preview Config
        • Common Issues
      • 🌮Taco
        • Installation
        • Preview Config
        • Common Issues
      • 🍩Rusty Browns
        • Installation
        • Preview Config
        • Common Issues
  • 🆓Free Scripts
    • 🖨️Printer
      • Installation
      • Config File
      • Common Issues
    • 💵Fraud
      • Installation
      • Config File
    • 💲Check Player Money
      • Installation
Powered by GitBook
On this page
  • Steps
  • Additional Steps For QBCore Users only
  1. Paid Scripts
  2. Drug Dealer V2

Installation

PreviousDrug Dealer V2NextConfig File

Last updated 1 month ago

Steps

  1. Extract the script to your server resources folder

  2. Configure Config.lua according to your liking

  3. If you have enabled LOG in Config make sure to add the webhook in the Log.lua

  4. Make sure you have Installed already

  5. Run the database.sql file into your server's database.

  6. ensure 'pl_drugdealerv2' in the server.cfg

  7. 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'},

💰
OX_LIB
Join the Discord in case you need Additional Support.