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.

Last updated

Was this helpful?