Jump to content

Logan

Member
  • Posts

    174
  • Joined

  • Last visited

Posts posted by Logan

  1. Currently trying to add my own banking areas using infostands.

     

    Changed in the variables

     

    DZE_ATM = ["Infostand_2_EP1"]; // objects where u can bank, add them here if u want extra's.
     
     
    ATM.sqf
     
    if (isServer) then {
    
    
    _vehicle_0 = objNull;
    if (true) then
    {
      _this = createVehicle ["Infostand_2_EP1", [8256.5879, 15477.02, 0.21690401], [], 0, "CAN_COLLIDE"];
      _vehicle_0 = _this;
      _this setDir 139.86572;
      _this setPos [8256.5879, 15477.02, 0.21690401];
    };
    };

     

    Anyone have an idea why this sin't working?

  2. I am really eager to fix your problem as I don't want anyone else to have problems with this tool, so I have a couple of questions to ask. Is this a new install of the server using all the default setting? Have you changed anything dealing with your instance folder? Have you edited any of the server .bat files?

     

    Once I figure out your problem I will edit the tool to take care of these types of issues. ;)

    I'll add a new folder, and re pull all files from steam, and setup a new server. Then re run the program, I'll let you know what happens.

×
×
  • Create New...