Jump to content

scottnkc

Member
  • Posts

    24
  • Joined

  • Last visited

Posts posted by scottnkc

  1. i need some help

    i get this in rpt file it spams 

     

    if (({_x == _loot} count exclcontainer_list) > 0) th>
    22:46:58   Error position: <_loot} count exclcontainer_list) > 0) th>
    22:46:58   Error Undefined variable in expression: _loot
    22:46:58 File loot_addon\LSpawner\fn_LSgetBuildingstospawnLoot.sqf, line 140
    22:46:58 Error in expression <d", "repairkit", true];
     
    this is what in file
    };
    //if container clear its cargo
    if (({_x == _loot} count exclcontainer_list) > 0) then {
    clearWeaponCargoGlobal _lootholder;
    clearMagazineCargoGlobal _lootholder;
    clearBackpackCargoGlobal _lootholder;
    clearItemCargoGlobal _lootholder;
    };
    //_lootholder setPosATL _spwnPos;
    };
    };
     
    i haven edeted any thing just install it 
    thanks
    scott
  2. hi  i am getting this error         i put a metal floor down tilled 90 deg

     

    12:22:58 Error in expression <n;
     
    _vecCnt = 0;
    {
    _set = _x;
    {
    _vecCnt = _vecCnt + (round (_x * 100))
     
    } count >
    12:22:58   Error position: <= _vecCnt + (round (_x * 100))
     
    } count >
    12:22:58   Error Type Number, expected Bool
    12:22:58 File z\addons\dayz_server\init\server_functions.sqf, line 623
     
     
     
     
    my server_function is
                        if(((count (_vector select 0)) == 3) && ((count (_vector select 1)) == 3))then{
                                {
                                    _x = _x * 10;
                                    if ( _x < 0 ) then { _x = _x * -10 };
                                    _key = _key + str(round(_x));
                                } count _position;
     
                                _vecCnt = 0;
                                {
                                    _set = _x;                                  (    line 623    )
                                    {
                                        _vecCnt = _vecCnt + (round (_x * 100))
     
                                    } count _set;
     
                                } count _vector;
                                if(_vecCnt < 0)then{
                                    _vecCnt = ((_vecCnt * -1) * 3);
                                };
                                _key = _key + str(_vecCnt);
                                _usedVec = true;
                        };
                    };

     

    thanks 

    scott

  3. hi striker 

    i am still haveing trouble 

     i did a new install  as per iinstructions  a new   A Plot for Life v2.34 with no server_monitor

    i did all your updates 

    i put down plot pole then build a V with 2 metal floors  and re started server, floors went flat no V

    my code in db are 

     

    356 171796824661847 13 MetalFloor_DZ 2014-12-14 12:16:41 2014-12-14 12:16:41 1 [47.443,[17179.6,8246.57,1.778],"76561198030386431",[[0.737,0.676,0],[0.478,-0.521,0.707]]] [] [] 0 0
    355 171823824372047 13 MetalFloor_DZ 2014-12-14 12:15:44 2014-12-14 12:15:44 1 [47.443,[17182.3,8243.66,1.998],"76561198030386431",[[0.737,0.676,0],[-0.478,0.521,0.707]]] [] [] 0 0
    354 17174682466041 13 Plastic_Pole_EP1_DZ 2014-12-14 12:14:28 2014-12-14 12:14:28 1 [40.947,[17174.6,8246.65,0],"76561198030386431",[[0.655,0.755,0],[0,0,1]]] [] [] 0 0
     
     
    i am at a lost where to find why its not saveing in the V
    thanks 
    scottnkc
  4. mikeeeyy this is what i get in db when i put metal foors down  i tilled them to 45 deg. then restart server do they look ok

     

    [31.28,[17181.6,8250.15,3.05],"76561198030386431",[[0.519,0.855,0],[0.604,-0.367,0.707]]]
    [44.771,[17184.6,8244.79,1.787],"76561198030386431",[[0.704,0.71,0],[-0.502,0.498,0.707]]]
     
    only error i have is
     
    10:07:31 Error in expression <n {
    _object setVariable ["plotfriends", _intentory, true];
    };
    _object setVariabl>
    10:07:31   Error position: <_intentory, true];
    };
    _object setVariabl>
    10:07:31   Error Undefined variable in expression: _intentory
    10:07:31 File z\addons\dayz_server\system\server_monitor.sqf, line 140
    i have look for it but cant find error 
    line 140 is       //Was not 3 elements, so check if 4 or more
    thanks 
    scottnkc
  5. I am having same problem  I am setting up a test server at home I re down loaded every thing 

    I made a copy of my main server  to my home test server I get that error

    main server runs great but the home server come up with that error

    I redid xampp, navicat, and re did all 1.0.4.2 files on home test server I still get error

    it was a fresh install  still get error

    I cant find out what causeing it

    I need some help

    thanks

    scott

×
×
  • Create New...