๐Ÿ”ง Installation

  1. Download the Script: Download the PA Props script from Cfx.re Keymaster.

  2. Upload Files: Extract to a folder named frkn-bankheist and place it in the resources folder.

  3. Server Configuration: Add the following line to your server.cfg file:

    ensure pa-props
  4. Add SQL Database: Run the sql file in your database:

    CREATE TABLE IF NOT EXISTS `pa_props` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `identifier` longtext DEFAULT NULL,
      `props` longtext DEFAULT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
  5. Add Images: Upload required prop images to qb-inventory/html/images.

  6. Define Items for QBcore: Add prop items to shared/items.lua.

Last updated

Was this helpful?