Jump to content

Riask

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Riask

  1. Hey all,

    since im using door management i noticed some errors:

    17:16:20 Error in expression <teWest && !(locked _object)) then {
    if (_objectID == "0" && _uid == "0") then
    {
    >
    17:16:20   Error position: <_objectID == "0" && _uid == "0") then
    {
    >
    17:16:20   Error Undefined variable in expression: _objectid
    17:16:20 File z\addons\dayz_server\compile\server_updateObject.sqf, line 25
    17:16:20 Error in expression <Inventory",[]]);
    if (str(_inventory) != _previous) then {
    if(alive _object) then>
    17:16:20   Error position: <_previous) then {
    if(alive _object) then>
    17:16:20   Error Undefined variable in expression: _previous
    17:16:20 File z\addons\dayz_server\compile\server_updateObject.sqf, line 76
    17:16:20 Error in expression <iable ["ObjectUID","0"];
    
    if ((typeName _objectID != "string") || (typeName _uid>
    17:16:20   Error position: <_objectID != "string") || (typeName _uid>
    17:16:20   Error Undefined variable in expression: _objectid
    17:16:20 File z\addons\dayz_server\compile\server_updateObject.sqf, line 17

    Maybe anybody could me to fix them.

    Thanks in advanced

  2. Hey im currently using the latest beta version.

     

    After some time missions stop working and i getting some  errors in the rpt file.

    22:33:02 Error in expression < 0))); };
    
    if((_currTime - _h_startTime >= _h_missionTime) && (h_missionsrunning>
    22:33:02   Error position: <>= _h_missionTime) && (h_missionsrunning>
    22:33:02   Error >=: Type Bool, expected Number
    22:33:02 File z\addons\dayz_server\WAI\missions\init.sqf, line 54
    
    22:33:30 Error in expression <
    {
    
    if (_x getVariable ["mission", nil] == _mission) then {
    _mission_units set [>
    22:33:30   Error position: <== _mission) then {
    _mission_units set [>
    22:33:30   Error ==: Type Bool, expected Number,String,Object,Side,Group,Text,Config entry,Display (dialog),Control,Team member,Task,Location
    22:33:30 File z\addons\dayz_server\WAI\compile\mission_winorfail.sqf, line 30
    23:07:21 Error in expression <
    if ((_x getVariable ["ObjectID", nil]) == nil) then {
    deleteVehicle _x;
    };
    };
    
    >
    23:07:21   Error position: <== nil) then {
    deleteVehicle _x;
    };
    };
    
    >
    23:07:21   Error ==: Type Bool, expected Number,String,Object,Side,Group,Text,Config entry,Display (dialog),Control,Team member,Task,Location
    23:07:21 File z\addons\dayz_server\WAI\compile\mission_winorfail.sqf, line 242
    

    Maybe anyone know how to fix it?

     

    Thansk in advance

×
×
  • Create New...