Jump to content

cigarette_bear

Member
  • Content Count

    7
  • Joined

  • Last visited

  • Medals

Posts posted by cigarette_bear


  1. 16 minutes ago, Blackheart_Six said:

    REMark out.

     

    2 ways to REM out....

     

    // for individual lines

     

    To REM out sections... put a /* at the beginning of section. Then a */ that the end. 

     

    The best way to learn....

    1. Make a copy of the file or mission. 

    2. Download a code editor or use notepad.

    3. Open a file and check it out. 

    4. Break it, fix it. Wash rinse repeat.

     

     

    I can't seem to edit the PO3 on ArmA 3. Can you help me?


  2. 1 hour ago, Blackheart_Six said:

    First one is easy......

     

    1. Place a ammo box.

    2. Insert in the init area.

    
    0 = ["AmmoboxInit",[this,true]] spawn BIS_fnc_arsenal;

     

    Giving access to all vehicles takes a little more editing. You have to find the function controlling that, and REM it out. 

    Try this....It's been awhile since I messed with PO3. 

    1. Open data\cfgFunctions.hpp

    2. Find the line "class isDriver" and REM it out by putting //.

    
    //class isDriver

    I don't have PO3 loaded, so I don't know if that will work. It's a good time to learn how to edit! :drinking:

    what do you mean by REM???

     

×