Script Install

Dependencies

  • One Sync Infinity

  • [mk_utils] (Provided with script)

  • Targeting Resource

  • Supported Framework

    • QBCORE

      • qb-inventory (or scripts integrated into qb-core)

      • ox_inventory

      • Setup custom inventory in [mk_utils] bridge files

    • QBX

      • ox_inventory

      • Setup custom inventory in [mk_utils] bridge files

    • ESX

      • ox_inventory

      • Setup custom inventory in [mk_utils] bridge files

    • Custom (Setup in [mk_utils] bridge files)

Install Steps

  • Install Dependencies

  • Download [mk_utils] from Keymaster (access provided with script purchase)

  • Add mk_utils to resource folder

  • Add mk_garbage to resource folder

  • add ensure mk_utils into server.cfg (It must be added BEFORE mk_garbage)

  • Add ensure mk_garbage to server.cfg

  • make sure ox_lib ace permissions are in server.cfg

add_ace resource.ox_lib command.add_ace allow
add_ace resource.ox_lib command.remove_ace allow
add_ace resource.ox_lib command.add_principal allow
add_ace resource.ox_lib command.remove_principal allow

Your server.cfg should look similar to this when finished

Config Setup

Fuel System

Inside config.lua integrate your fuel system into the function Config.SetFuel

Vehicle Keys

Inside of config.lua integrate your vehicle key system into function Config.GiveKeys NOTE: mk_vehiclekeys and qb-vehiclekeys are integrated automatically and you won't need to set them up here.

Edit other options as needed to fit your server.

Last updated