Error Undefined variable

Leander

New Member
Hi guys I am trying to make my own DayZ server for my clan but I can't play on it because of this in my RPT:
server_hiveReadWriteLar>
20:30:51 Error Undefined variable in expression: _resultarray
20:30:51 File z\addons\dayz_server\init\server_functions.sqf, line 174
20:30:51 Error in expression <y call server_hiveReadWrite;
_outcome = _result select 0;
if(_outcome == "PASS")>
20:30:51 Error position: <_result select 0;
if(_outcome == "PASS")>
20:30:51 Error Undefined variable in expression: _result
20:30:51 File z\addons\dayz_server\compile\server_spawnEvent.sqf, line 39
20:31:01 Error in expression <ray = call compile format ["%1",_data];
_resultArray
};

server_hiveReadWriteLar>
20:31:01 Error position: <_resultArray
};

I used the scrript pack from
http://xstreamgaming.net/forum/threads/beta-dayz-epoch-chernarus-scripts-repack-by-xstreamgaming.10/

I looked to see if there were any changes made in these files but I couldn't find any.
Does anyone know how to solve this issue?
 
Try using a vanilla epoch pack first and install your script one after another. This it should be easier for you find mistakes and know exactly what you did there ;)
 
Back
Top