Error message help

Blahman919

New Member
Alright so I'm getting this error in my arma2oaserver.rpt
Code:
 9:14:09 Error in expression <esList set [_index, AllowedVehiclesList select _lastIndex];
};
AllowedVehiclesLi>
9:14:09   Error position: <select _lastIndex];
};
AllowedVehiclesLi>
9:14:09   Error Zero divisor
9:14:09 File z\addons\dayz_server\init\server_functions.sqf, line 264
9:14:09 Error in expression <ect _lastIndex];
};
AllowedVehiclesList resize _lastIndex;
};

if (count Allowed>
9:14:09   Error position: <resize _lastIndex;
};

if (count Allowed>
9:14:09   Error Zero divisor
9:14:09 File z\addons\dayz_server\init\server_functions.sqf, line 266
9:14:09 "DEBUG: unable to find suitable vehicle to spawn

I'm not sure if this is the problem but I can't really see any other problem, as this morning I know I cannot log into my server, it keeps timing out and this is the only real problem I can find. Also this one:
Code:
 9:16:50 Error in expression <;











dayz_serverObjectMonitor = _safety;
>
9:16:50   Error position: <_safety;
>

If you have any idea, help would be nice.
Thank you for you time and hope to hear from someone soon.
 
Well...open your server_functions.sqf and look for line 264, 265, 266, and what code is there? The rpt clearly states where the issue is at...
Code:
9:14:09 File z\addons\dayz_server\init\server_functions.sqf, line 264
 
Back
Top