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

Configuration Details

The configuration file (PA.PropsAll) contains predefined props, each associated with an item. Example:

PA.PropsAll = {
    [1]  = {itemname = "v_res_fh_laundrybasket", label = "Laundry Basket", hash = "698127650", propname = "v_res_fh_laundrybasket"},
    [2]  = {itemname = "bkr_prop_prtmachine_dryer_spin", label = "Dryer Machine", hash = "769275872", propname = "bkr_prop_prtmachine_dryer_spin"},
    [15] = {itemname = "bench", label = "Bench", hash = "31071109", propname = "prop_tool_bench02_ld"},
    [16] = {itemname = "advancedbench", label = "Advanced Bench", hash = "890176606", propname = "gr_prop_gr_bench_02b"},
}
  • The itemname represents the inventory item required to place the prop.

  • The label is the display name of the prop.

  • The hash is the numerical identifier for the prop model.

  • The propname is the model name used in the game.

  • The system checks inventory items before allowing placement.

This documentation provides an overview of the PA Props System. You can further customize or enhance it to fit GitBook formatting needs.

Previous🔍 UsageNextHq App + Art Asylum Heist

Last updated 4 months ago

Was this helpful?