Jump to content
  • 0

[HELP] Fresh Install error


StokesGamingMC

Question

I'm hosting a DayZ OverPoch server on vilayer and i fresh installed DayZ overpoch and when i join the server without editing anything i get an error

 

Error in expression

{<>

_dir = _worldspace select 0;<>

if (count (_worldspace select 1) == 3) then ><>

Error position:<>

Error count: Type String, expected Array,Config entry<>

File z\addons\dayz_server\system\server_monitor.sqf, line 105<>

 

and when i go into the file i see

 

// # NOW SPAWN OBJECTS #
_totalvehicles = 0;
{
_idKey = _x select 1;
_type = _x select 2;
_ownerID = _x select 3;
 
_worldspace = _x select 4;
_intentory = _x select 5;
_hitPoints = _x select 6;
_fuel = _x select 7;
_damage = _x select 8;
 
_dir = 0;
_pos = [0,0,0];
_wsDone = false;
if (count _worldspace >= 2) then
{
_dir = _worldspace select 0;
if (count (_worldspace select 1) == 3) then {
_pos = _worldspace select 1;
_wsDone = true;
}
};
 
 
i have no idea what to do
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...