Jump to content

zeppo

Member
  • Posts

    77
  • Joined

  • Last visited

Posts posted by zeppo

  1. Im only getting this

     

    server_hiveReadWriteLar>
     0:13:07   Error position: <_resultArray
    };

    server_hiveReadWriteLar>
     0:13:07   Error Undefined variable in expression: _resultarray
     0:13:07 File z\addons\dayz_server\init\server_functions.sqf, line 221
     0:13:07 Error in expression <ey call server_hiveReadWrite;
    if (count _data > 0) then {
    if ((_data select 0) !>
     0:13:07   Error position: <_data > 0) then {
    if ((_data select 0) !>
     0:13:07   Error Undefined variable in expression: _data
     0:13:07 File z\addons\dayz_server\compile\server_playerCharacters.sqf, line 12
     0:13:07 Error in expression <;
    };

  2. if(_complete) then {
    [_crate,[8,ai_wep_sniper],[4,crate_tools_sniper],[4,crate_items_sniper],[2,crate_items_high_value],[10,crate_items_food],[10,crate_items_medical],[15,crate_items],2] call dynamic_crate;
    };
     
    Only half is spawning any ideas?
  3. Im adding the skin trader 0.6 and getting a error im my define.

     

    mpmissions\DayZ_Epoch_11.Chernarus\Custom\Skins\dialog\SkinGui.hpp, line 24: Config: 'C' encountered instead of '{'

     

    Here is the class making the error

     

    21 -   class RecruitUnitsTitle : HW_RscText {

    22 -  idc = SKINS_TITLE;
    23 -  x = 0.05; 
    24 -  y = 0.13;
    25 -  w = __EVAL(50 * _xSpacing);
    26 -  h = __EVAL(3 * _ySpacing);
    27 -  colorText[] = Color_White;
    28 -  colorBackground[] = { 1, 1, 1, 0 };
    29 -  sizeEx = 0.04;
    30 -  text = "Skin Trader";
      };
      };
  4. The death message dosent show at all, whats the problem?

     

    My init file

     

    DZE_DeathMsgGlobal           = true;
    DZE_DeathMsgTitleText         = true;
    DZE_DeathMsgSide                = true;
     
    enableRadio true;
    enableSentences true;
     
     

     

  5. My Rpt is spamming this the hole time whats the problem?

     

    Errors

     

    18:06:15 Error Undefined variable in expression: _vehicle
    18:06:15 File z\addons\dayz_server\init\server_functions.sqf, line 250
    18:06:15 Error in expression <imit = _random select 1;
    _qty = {_x == _vehicle} count serverVehicleCounter;

     

    Server_functions.sqf

    	while {count AllowedVehiclesList > 0} do {
    		// BIS_fnc_selectRandom replaced because the index may be needed to remove the element
    		_index = floor random count AllowedVehiclesList;
    		_random = AllowedVehiclesList select _index;
    
    		_vehicle = _random select 0;
    		_velimit = _random select 1;
    
    		_qty = {_x == _vehicle} count serverVehicleCounter;
    
    		// If under limit allow to proceed
    		if (_qty <= _velimit) exitWith {};
    
    		// vehicle limit reached, remove vehicle from list
    		// since elements cannot be removed from an array, overwrite it with the last element && cut the last element of (as long as order is not important)
    		_lastIndex = (count AllowedVehiclesList) - 1;
    		if (_lastIndex != _index) then {
    			AllowedVehiclesList set [_index, AllowedVehiclesList select _lastIndex];
    		};
    		AllowedVehiclesList resize _lastIndex;
    	};
    
  6. Errors

     

    16:45:18 ca\structures\ruins\glass_cullet_01.p3d: No geometry and no visual shape
    16:45:18 ca\structures\ruins\glass_cullet_01.p3d: No geometry and no visual shape
    16:45:18 ca\structures\ruins\glass_cullet_01.p3d: No geometry and no visual shape
    16:45:18 ca\structures\ruins\glass_cullet_01.p3d: No geometry and no visual shape
    16:45:18 ca\structures\ruins\glass_cullet_01.p3d: No geometry and no visual shape

    jetskiyanahuiaddon
    16:45:19 "infiSTAR.de - Player-Log: Zeppo(############) - 0h 00min | ******ADMIN******"
    16:45:19 AH6X_DZ: FLIR_turret - unknown animation source FLIR_turret
    16:45:19 AH6X_DZ: FLIR_gun - unknown animation source FLIR_gun
    16:45:20 Error in expression < _countr)];
    };
    _countr = _countr + 1;
    } count _objWpnTypes; 


    _objWpnTypes = (_>
    16:45:20 Error position: <count _objWpnTypes; 


    _objWpnTypes = (_>
    16:45:20 Error count: Type String, expected Array
    16:45:20 File custom\system\server_monitor.sqf, line 308
    16:45:22 Server: Network message 4db is pending

  7. That should never happen, as the safes are loaded before the client actually sees it ingame. It's spawned from server and then the inventory is send to the client.

    You must either have something very wrong or you might want to consider re-thinking about which players can be trusted. Sometimes people abuse admins to spawn stuff in. Allways check your log files and database regulary.

    But back to the actual problem: you seem to have some kind of script issues there. Please post:

    - what mods have you installed

    - a copy of server_monitor.sqf via Pastebin.com

    - a copy of server_updateObject.sqf via Pastebin

    Without necessary information we can only guess what is wrong and that can be anything from a broken client to a malfunctioning script or false antihack configurations.

     

    Server_Monitor

    http://pastebin.com/VqDNtHBt

     

    Server_UpdateObject

    http://pastebin.com/Ny3jiv6n

     

    Mods 

    Loot dorps outside vehicle when its blowing up

    Plot Management

    Door Management

    Paint Vehicles

    Build Vectors

×
×
  • Create New...