Arma 3
[SCRIPT] Phronk's Furniture
Тази тема е заключена
Phronk  [разработчик] 17 ноем. 2017 в 14:02
Installation Instructions
INSTALLATION INSTRUCTIONS
  1. Move the "PF" folder from downloaded file, to your mission folder.

    EXAMPLE: "Documents\ArmA 3 - Other Profiles\<profile>\missions\myMission.VR"



  2. Copy & Paste below code into your mission's "init.sqf":

    if(isServer)then{PFrun=false;[]spawn compileFinal(preprocessFile"PF\init.sqf")};



  3. Done!


  4. (OPTIONAL) - The "CFG.sqf" file in the "PF" folder is the settings file.

    1. // TRUE enables furniture, FALSE disables it (Default = TRUE)
      PF_On= TRUE;

    2. // Activation range on buildings to spawn furniture (Default = 60)
      PF_Range = 60;

    3. //List of building CLASSNAMES to avoid spawning furniture in (Example: ["land_slum_01_f"])
      PF_BlacklistObj = [];
Последно редактиран от Phronk; 20 юни 2021 в 15:43