Jump to content

Jadetsu

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Posts posted by Jadetsu


  1. On 5.3.2017 at 0:51 PM, NeoArmageddon said:

    Are you using a dedicated server?

     

    Yes. I would not be asking for support if I weren't. (The main error in spoiler. Seems to infinitely repeat itself.)

     

    Spoiler

    Only ones it seems to replicate are:

     

    _refPosX = ((getPos _refUnit) select 0) + (_minSpawnDistance>
     1:11:15   Error position: <_refUnit) select 0) + (_minSpawnDistance>
     1:11:15   Error Undefined variable in expression: _refunit
     1:11:15 File mpmissions\__cur_mp.stratis\Scripts\Escape\Functions.sqf, line 636
     1:11:15 Error in expression <
    _dir = random 360;

     

    and


    _refPosX = ((getPos _refUnit) select 0) + (_minSpawnDistance>
     1:11:15   Error position: <_refUnit) select 0) + (_minSpawnDistance>
     1:11:15   Error Undefined variable in expression: _refunit
     1:11:15 File mpmissions\__cur_mp.stratis\functions\DRN\fn_RoadBlocks.sqf, line 44
     1:11:15 Error in expression <
    _dir = random 360;

     

    Spoiler

    pJhSaYz.png

     


  2. 1 minute ago, NeoArmageddon said:

    Don't use "-init" in your client/server command line (https://community.bistudio.com/wiki/Arma_3_Startup_Parameters#Developer_Options) and don't specify a default mission and mission rotation in your server.cfg (https://community.bistudio.com/wiki/server.cfg#Mission_rotation).

     

    Oh, also use a dedicated server. This mission doesn't work when hosted on a client as mentioned in the first post. 

     

    After redownloading the mission and double-checking the options the problem persists on Altis and on Stratis I spawn with all my gear.


  3. 4 hours ago, NeoArmageddon said:

    Remove autoinit from your serverstartup and remove any default mission from config. That is a known A3 bug.

     

    Either I misunderstood your directions or I don't know what to do so umm, could you elaborate? (I tried my best to do both, still happens.)

×