💻Installation

Dependencies

QBCore

You will need the latest version of qb-core.

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.

MKA-Lasers

You will need the latest version of mka-lasers.

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.

Glow-Minigames

You will need the latest version of Glow-Minigames.

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.

RAN-Minigames

You will need the latest version of RAN-Minigames.

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.

ZAT-CodingMinigame (Free with the pack)
  • You will find it for free in the pack..

  • Start the resource near the top of your resources in your server.cfg.

Installing the resource

  • Make sure you have the dependencies listed above installed.

  • Extract the contents of the archive to your resources folder.

  • Add item to shared items.lua

        pacificard                  = { name = 'pacificard',            label = 'Security Card',            weight = 100, type = 'item', image = 'pacificard.png',    unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
        pacifichackdevice           = { name = 'pacifichackdevice',     label = 'Hack Device',              weight = 100, type = 'item', image = 'pacifichackdevice.png',    unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
        pacificofficekeys           = { name = 'pacificofficekeys',     label = 'Keys',                     weight = 100, type = 'item', image = 'keys.png',    unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },   
        cd                          = { name = 'cd',                    label = 'CD',                       weight = 100, type = 'item', image = 'cd.png',    unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
        pacificdowncard             = { name = 'pacificdowncard',       label = 'Security Card',            weight = 100, type = 'item', image = 'pacificdowncard.png',    unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
        nightvision                 = { name = 'nightvision',           label = 'UV Helmet',                weight = 100, type = 'item', image = 'nightvision.png',    unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
        arm                         = { name = 'arm',                   label = 'arm',                      weight = 100, type = 'item', image = 'arm.png',    unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
        trolley                     = { name = 'trolley',               label = 'trolley',                  weight = 100, type = 'item', image = 'trolley.png',    unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
        diamond                     = { name = 'diamond',               label = 'Diamond',                  weight = 100, type = 'item', image = 'diamond.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A diamond seems like the jackpot to me!' },
        cashcase                    = { name = 'cashcase',              label = 'Cash Case',                weight = 100, type = 'item', image = 'cashcase.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A diamond seems like the jackpot to me!' },
        drill                       = { name = 'drill',                 label = 'Drill',                    weight = 20000, type = 'item', image = 'drill.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'The real deal...' },
  • If you want the alarm sound and sound effects :

    • Download interact-sound from Github.

    • Addthe .ogg files inside [sounds] into interact-sound\client\html\sounds.

  • Add the images inside your inventory/html/images.

  • Doorlocks :

    • QB : add the zat-pacificrobbery.lua into qb-doorlock\configs

    • OX : add the SQL into ox_doorlock TABLE

      IMPORTANT : Change the IDs to avoid duplicated door IDS

  • Ensure zat-pacificrobbery.

Last updated