Installation

  1. Put the folder in your resources directory (you already have it under):

    • resources/[custom]/pf-jobgarages

  2. Import the SQL:

    • Run sql/pf_jobgarages.sql

    Notes:

    • The required tables for this resource are:

      • job_garage_vehicles

      • job_garage_permissions

      • job_garage_logs

    • The pf_jobgarages.sql file also contains a CREATE TABLE player_vehicles section as a reference.

      • If you are using QBCore, you almost certainly already have player_vehicles.

      • Do not re-create it if it already exists on your server.

  3. Ensure the resource in your server.cfg:

    ensure oxmysql
    ensure qb-target
    ensure pf-jobgarages

Last updated