PA Scripts
Scripts
  • Overview
  • Hookers
    • 🔧 Installation
    • ðŸŽŪ Gameplay & Usage
    • ⚙ Configuration Details
  • Multiplayer Roof Running
    • 🔧 Installation
    • 🔍 Gameplay & Usage
    • ⚙ïļ Configuration Details
  • Crafting System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙ïļ Configuration Details
  • Lockpick System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙ïļ Configuration Details
  • Racing System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙ïļ Configuration Details
  • Hacking System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙ïļ Configuration Details
  • Money Laundering System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙ïļ Configuration Options
  • Radial Menu
    • 🔧 Installation
    • 🔍 Usage
    • ⚙ïļ Configuration Options
  • Prop System
    • 🔧 Installation
    • 🔍 Usage
    • Configuration Details
  • Hq App + Art Asylum Heist
    • ⚔ïļGeneral information page
    • 🧠Installation
  • Inventory
    • Readme file
    • 🧠Installation
    • ðŸŠķConfig Settings
  • Craft System
    • ðŸ’ŧGeneral features
    • 🧠Installation
    • ðŸŠķConfig Settings
    • ðŸŸĶBlueprints
  • UI Pack
    • ⚙ïļSetting for Core
    • ðŸŠķUsage examples
Powered by GitBook
On this page

Was this helpful?

  1. Prop System

🔧 Installation

PreviousProp SystemNext🔍 Usage

Last updated 4 months ago

Was this helpful?

  1. Download the Script: Download the PA Props script from .

  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.

Cfx.re Keymaster