Jump to content

dodget90

Member
  • Posts

    45
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by dodget90

  1. i have it fixed now thanks to juandayz for helping me

    now if u only wanna remove the scroll menu action to remove the action over the wreck.. the open your custom fn_selfactions.sqf

    find that line:

    if (!_restrict && (_isDestructable || _typeOfCursorTarget in DZE_isWreck || _typeOfCursorTarget in DZE_isWreckBuilding || _typeOfCursorTarget in DZE_isRemovable)) then {

    and remove the condition: || _typeOfCursorTarget in DZE_isWreck

    so its looks:

    		if (!_restrict && (_isDestructable  || _typeOfCursorTarget in DZE_isWreckBuilding || _typeOfCursorTarget in DZE_isRemovable)) then {
  2. on my server if i am looking at a wreck vehicle like a hummer or a ural or whatever i can scroll my wheel and see an option to remove the wreck , if i select that i will start deconstructing it , is there a way to remove this feature because some of my custom map content has vehicle wrecks placed and i dont want them removed , also not sure if related but whenever im in a building or facing one i get a scroll option to repair or salvage the building is there a way to stop this

  3. 5 hours ago, salival said:

     

    if (isText(configFile >> "CfgWeapons" >> _x >> "Attachments" >> _name) or _name in getArray (configFile >> "CfgWeapons" >> _x >> "magazines")) then {
     is this what I'm looking for, do I need to make my own config file for each weapon I modify? , the problem im having is when I go into the weapon menu and say click on the m9 for example, it will show me the weapon name, the magazines it can use and the attachments in this example it says I can use a 9mm Suppressor, if I then buy the weapon and then go back into the traders and select the attachments list then the 9mm suppresor text will be blue if it attaches to my weapon and green if I already have it, but the weapons I have modified still say attachments none in the trader list, what you guys have already helped me with I can right click the weapon in my inventory and attach things no problem there but I cant click on the attachments and attach them that way, I hope I explained this well and I appreciate the help so far I was just wondering if this is possible

  4. if I'm in the trader's menu buying a weapon and it says on the right what attachments said weapon can have and the font turns blue or green letting me know said attachment fits my weapon, where is the file so I can add my changes in there

  5. Thank you , I have my backup running just now, the problems only happening when people die now, after the five second wait death screen we get the error so I think il have to look at the cleanup player death/spawn files I'm not sure

  6. what does this mean in my server RPT

     

    Quote

    11:38:52 "INFO - Player: Dodge(UID:76561198047858166/CID:217) Status: CLIENT LOADED & PLAYING"
    11:39:06 "INFO: Cannot Sync Character Dodge near respawn_west [12547,-5865,0.00146484]. This is normal when relogging or changing clothes."
    11:39:06 "INFO: Cannot Sync Character Dodge near respawn_west [12547,-5865,0.00146484]. This is normal when relogging or changing clothes."
    11:39:22 "Player UID#76561198047858166 CID#217 PID#4(Dodge) as INS_Lopotev_DZ died at Wilderness [113133]"
    11:39:22 "DeathMessage: Dodge died from blood loss."
    11:39:34 "INFO: OnPlayerDisconnect exiting. Player is near respawn_west. This is normal after death. ["76561198047858166","Dodge"]"
    11:39:34 Warning: Cleanup player - person 4:16 not found

    3

     

  7. it looks like this

    class RHIB: Boat
    {
        displayName = "RHIB";
        crew = "";
        typicalCargo[] = {};
        class TransportMagazines {};
        class TransportWeapons {};
    };
    class RHIB2Turret: RHIB
    {
        displayName = "RHIB (Mk19)";

    };


    shouldnt it look like this

    class RHIB: Boat
    {
        displayName = "RHIB";
        crew = "";
        typicalCargo[] = {};
        class TransportMagazines {};
        class TransportWeapons {};
    };
    class RHIB2Turret: RHIB
    {
        displayName = "RHIB (Mk19)";
            crew = "";
        typicalCargo[] = {};
        class TransportMagazines {};
        class TransportWeapons {};
    };

  8. thanks for the reply , I'm not sure where to start looking, I haven't added any RHIB's to the server and it been fine for days until now , the only reference to rhib2turret is in @dayz_epoch\dayz_code\cfgvehicles\boat\RHIB.hpp ii tried deleting the class rhib2turret from there but it didn't make a difference, do you have an idea where to look?

  9. hi your script seems to work fine with me apart from this error in my RPT , can you help me please

    Quote

      Error position: <distance _z < _r) then {_state = true;};>
      Error 4 elements provided, 3 expected
    File mpmissions\__CUR_MP.sauerland\safezone\16_safezone.sqf, line 243
    Error in expression <
    _r = _x select 1;
    if ((vehicle player) distance _z < _r) then {_state = true;};>
      Error position: <distance _z < _r) then {_state = true;};>
      Error 4 elements provided, 3 expected
    File mpmissions\__CUR_MP.sauerland\safezone\16_safezone.sqf, line 243
    Error in expression <
    _r = _x select 1;
    if ((vehicle player) distance _z < _r) then {_state = true;};>
      Error position: <distance _z < _r) then {_state = true;};>
      Error 4 elements provided, 3 expected
    File mpmissions\__CUR_MP.sauerland\safezone\16_safezone.sqf, line 243
    Error in expression <
    _r = _x select 1;

     

    also here is my 16_safezone.sqf

    Quote

    /*
       by: http://infiSTAR.de || http://DayzAntiHack.com
       *updated on 13.12.2016 by juandayz for epoch 1.6 community
        //all credits for infi   

    How i install it?
        1. Copy paste the code of below into a file called 16_safezone.sqf - save the file.
        2. Paste this 16_safezone.sqf into mpmissioms\instance_11.chernarus\custom\
        3. Open your init.sqf
        4. At the very bottom of the file add this line:  [] execVM "custom\16_safezone.sqf";
        5. Save the init.sqf and restart your server.
    */
    USE_CANBUILD = true;        // if you don't want to define your own positions
    USE_TraderCity = false;    //    if you don't want to define your own positions (Epoch 1.0.5)
    USE_POSITIONS = true;    // to use own positions and radius
    USE_AI_REMOVER = true;    // use this to remove Missionbots (AI) within 100m of a player if the player is in a SafeZone
    USE_AntiSteal = false;    // use this to block opening gear if another player is within 3m!
    USE_SPEEDLIMIT = false;    // very secret function, nobody is supposed to find out what it does.
        SPEEDLIMIT = 25;        // Only used if USE_SPEEDLIMIT is true.
    USE_SIGNS = true;        // use this to build signs around the SafeZone
    LOG_EnterLeave = false;    // This will log to your .rpt when a player enters or leaves a SafeZone! (only works with infiSTAR.de Admintools / AntiHack)
    /* You can use USE_CANBUILD or/and (works together) the custom positions below (USE_POSITIONS) [position or zone,radius] */
    _infiSZ =
    [
        [[15502,87,17015,0],200,true],//Seedorf
        [[13166,176,6611,0],200,true],//Oberdorf
        [[24710,409,21741,0],200,true],//Oberberg
        [[16983,300,1774,0],200,true],//bandit
        [[11045,179,15671,0],200,true],//hero
        [[15351.9,0.0569839,18520.6,0],200,true],//AircraftDealer
        [[2504,271,3870,0],200,true],//Wholesale1
        [[230,140,22703,0],200,true]//Wholesaler

    ];

    {
        DZE_SafeZonePosArray set [(count DZE_SafeZonePosArray), [(_x select 0), (_x select 1)]];
    } forEach _infiSZ;

    if (isServer) exitWith


    {
        if (USE_SIGNS) then
        {
            {
                _center = _x select 0;
                _radius = _x select 1;
                _lSign = _x select 2;
                if (_lSign) then
                {
                    for '_i' from 0 to 360 step (270 / _radius)*2 do
                    {
                        _location = [(_center select 0) + ((cos _i) * _radius), (_center select 1) + ((sin _i) * _radius),0];
                        _dir = ((_center select 0) - (_location select 0)) atan2 ((_center select 1) - (_location select 1));
                        _object = createVehicle ['Sign_sphere100cm_EP1', _location, [], 0, 'CAN_COLLIDE'];
                        //    _object = createVehicle ['SignM_FARP_Winchester_EP1', _location, [], 0, 'CAN_COLLIDE'];
                        //    _object setVehicleInit 'this setObjectTexture [0,''Addons\SafeZones\sign.paa''];';
                        _object setDir _dir;
                    };
                };
            } forEach _infiSZ;
        };
    };
    waitUntil {((!isNil 'dayz_animalCheck') || (!isNil 'dayz_medicalH') || (!isNil 'dayz_slowCheck') || (!isNil 'dayz_gui'))};
    if (isNil 'inSafeZone') then { inSafeZone = false; } else { if (typename inSafeZone != 'BOOL') then { inSafeZone = false; }; };
    [_infiSZ] spawn {
        _infiSZ = _this select 0;
        _startSafeZone =
        {
            if (isNil 'outNow') then
            {
                _msg = 'You entered a Safe Zone!';
                hint _msg;
                taskHint [_msg, [0,1,0,1], 'taskDone'];
                inNow = nil;
                outNow = true;
                
                if (LOG_EnterLeave) then
                {
                    PVDZ_send = [player,'SafeZoneState',[1]];
                    publicVariableServer 'PVDZ_send';
                };
            };
            player_fired = {
                deleteVehicle (nearestObject [_this select 0,_this select 4]);
                cutText ['You can not fire in a SafeZone!','WHITE IN'];
            };
            //wild_spawnZombies = {};
            zombie_generate = {};
            
            fnc_usec_damageHandler = {};
            player removeAllEventHandlers 'handleDamage';
            player addEventHandler ['handleDamage', {false}];
            player allowDamage false;
            _veh = vehicle player;
            _szs = _veh getVariable ['inSafeZone',0];
            if (_szs == 0) then
            {
                _veh setVariable ['inSafeZone',1,true];
                if (player != _veh) then
                {
                    _veh removeAllEventHandlers 'Fired';
                    _veh addEventHandler ['Fired', {_this call player_fired;}];
                    {
                        _x removeAllEventHandlers 'Fired';
                        _x addEventHandler ['Fired', {_this call player_fired;}];
                    } forEach (crew _veh);
                    fnc_veh_handleDam = {false};
                    _veh removeAllEventHandlers 'HandleDamage';
                    _veh addeventhandler ['HandleDamage',{ _this call fnc_veh_handleDam } ];
                    _veh allowDamage false;
                };
            };
            _notInSafeZone =
            [
        
                'MAAWS','RPG7V','M136','RPG18','STINGER',
                'MeleeBaseball','MeleeHatchet','MeleeCrowbar','MeleeMachete','MeleeFishingPole','MeleeSledge',
                'MeleeBaseBallBatNails','MeleeBaseBallBatBarbed','MeleeBaseBallBat'
            ];
            _cwep = currentWeapon player;
            if (_cwep in _notInSafeZone) then
            {
                _swep = '';
                {
                    if ((getNumber (configFile >> 'CfgWeapons' >> _x >> 'Type')) == 2) exitWith
                    {
                        _swep = _x;
                    };
                } forEach (weapons player);
                if (_swep == '') then
                {
                    player playActionNow 'PutDown';
                    _iPos = getPosATL player;
                    _radius = 1;
                    _removed = ([player,_cwep,1] call BIS_fnc_invRemove);
                    if (_removed == 1) then
                    {
                        _item = createVehicle ['WeaponHolder', _iPos, [], _radius, 'CAN_COLLIDE'];
                        _item addWeaponCargoGlobal [_cwep,1];
                    };
                }
                else
                {
                    player selectweapon _swep;
                };
            };
        };
        _endSafeZone =
        {
            if (isNil 'inNow') then
            {
                if (str fnc_usec_damageHandler == '{}') then
                {
                    _msg = 'You left the Safe Zone!';
                    hint _msg;
                    taskHint [_msg, [1,0,0.1,1], 'taskFailed'];
                };
                inNow = true;
                outNow = nil;
                
                if (LOG_EnterLeave) then
                {
                    PVDZ_send = [player,'SafeZoneState',[0]];
                    publicVariableServer 'PVDZ_send';
                };
            };
            //wild_spawnZombies = compile preprocessFileLineNumbers '\z\addons\dayz_code\compile\wild_spawnZombies.sqf';
            zombie_generate = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\zombie_generate.sqf";
            //
            
            player_fired = {
                _this call compile preprocessFileLineNumbers '\z\addons\dayz_code\compile\player_fired.sqf';
                _unit = _this select 0;
                _weapon = _this select 1;
                _muzzle = _this select 2;
                _mode = _this select 3;
                _ammo = _this select 4;
                _magazine = _this select 5;
                _projectile = _this select 6;
                _screenToWorld = screenToWorld [0.5,0.5];
                _near = _screenToWorld nearEntities ['AllVehicles',100];
                {
                    if (isPlayer _x) then
                    {
                        _szs = _x getVariable ['inSafeZone',0];
                        if (_szs == 1) then
                        {
                            deleteVehicle (nearestObject [_unit,_ammo]);
                        };
                    };
                } forEach _near;
            };
            
            fnc_usec_unconscious = compile preprocessFileLineNumbers '\z\addons\dayz_code\compile\fn_unconscious.sqf';
            object_monitorGear = compile preprocessFileLineNumbers '\z\addons\dayz_code\compile\object_monitorGear.sqf';
            fnc_veh_handleDam = compile preprocessFileLineNumbers '\z\addons\dayz_code\compile\veh_handleDam.sqf';
            
            _veh = vehicle player;
            _szs = _veh getVariable ['inSafeZone',0];
            if (_szs == 1) then
            {
                _veh setVariable ['inSafeZone',0,true];
                if (player != _veh) then
                {
                    _veh removeAllEventHandlers 'HandleDamage';
                    _veh addeventhandler ['HandleDamage',{ _this call fnc_veh_handleDam } ];
                    _veh allowDamage true;
                };
            };
            
            _end = false;
            if (isNil 'gmadmin') then
            {
                _end = true;
            }
            else
            {
                if (gmadmin == 0) then
                {
                    _end = true;
                };
            };
            if (_end) then
            {
                player allowDamage true;
                fnc_usec_damageHandler = compile preprocessFileLineNumbers '\z\addons\dayz_code\compile\fn_damageHandler.sqf';
                player removeAllEventHandlers 'HandleDamage';
                player addeventhandler ['HandleDamage',{_this call fnc_usec_damageHandler;} ];
            };
        };
        while {1 == 1} do
        {
            if (isNil 'inSafeZone') then { inSafeZone = false; } else { if (typename inSafeZone != 'BOOL') then { inSafeZone = false; }; };
            _state = false;
            if (isNil 'USE_POSITIONS') then { USE_POSITIONS = false; } else { if (typename USE_POSITIONS != 'BOOL') then { USE_POSITIONS = false; }; };
            if (USE_POSITIONS) then
            {
                {
                    _z = _x select 0;
                    _r = _x select 1;
                    if ((vehicle player) distance _z < _r) then {_state = true;};
                } forEach _infiSZ;
            };
            if (isNil 'USE_CANBUILD') then { USE_CANBUILD = true; } else { if (typename USE_CANBUILD != 'BOOL') then { USE_CANBUILD = true; }; };
            if (USE_CANBUILD) then
            {
                if (isNil 'canbuild') then { canbuild = true; } else { if (typename canbuild != 'BOOL') then { canbuild = true; }; };
                if (!canbuild) then {_state = true;};
            };
            if (isNil 'USE_TraderCity') then { USE_TraderCity = true; } else { if (typename USE_TraderCity != 'BOOL') then { USE_TraderCity = true; }; };
            if (USE_TraderCity) then
            {
                if (isNil 'isInTraderCity') then { isInTraderCity = false; } else { if (typename isInTraderCity != 'BOOL') then { isInTraderCity = false; }; };
                if (isInTraderCity) then {_state = true;};
            };
            if (_state) then
            {
                inSafeZone = true;
                call _startSafeZone;
                {
                    if (!isNull _x) then
                    {
                        if !(isPlayer _x) then
                        {
                            deletevehicle _x;
                        };
                    };
                } forEach ((vehicle player) nearEntities ['zZombie_Base',50]);
                
                if (isNil 'USE_AI_REMOVER') then { USE_AI_REMOVER = false; } else { if (typename USE_AI_REMOVER != 'BOOL') then { USE_AI_REMOVER = false; }; };
                if (USE_AI_REMOVER) then
                {
                    {
                        if ((!isNull group _x) && (getPlayerUID _x == '')) then
                        {
                            deleteVehicle _x;
                        };
                    } forEach (player nearEntities ['Man',100]);
                };
            }
            else
            {
                inSafeZone = false;
            };
            uiSleep 2;
            if (!inSafeZone) then
            {
                call _endSafeZone;
            };
        };
    };
    if ((USE_AntiSteal) || (USE_SPEEDLIMIT)) then
    {
        [] spawn {
            _USE_AntiSteal = USE_AntiSteal;
            _USE_SPEEDLIMIT = USE_SPEEDLIMIT;
            _speedlimit = SPEEDLIMIT;
            while {1 == 1} do
            {
                if (inSafezone) then
                {
                    if (_USE_AntiSteal) then
                    {
                        _cnt = {isPlayer _x && _x != player} count (player nearEntities [['CAManBase'],4]);
                        if ((_cnt > 0) && (!isNull (findDisplay 106))) then
                        {
                            (findDisplay 106) closedisplay 0;
                            closeDialog 0;closeDialog 0;closeDialog 0;
                            _log = format['%1 You are not allowed to open Gear while near another player!',name player];
                            cutText [_log,'PLAIN'];
                            hint _log;
                        };
                    };
                    if (_USE_SPEEDLIMIT) then
                    {
                        _obj = vehicle player;
                        if !(_obj isKindOf 'Plane') then
                        {
                            _speed = abs speed _obj;
                            if ((_obj != player) && (_speed > _speedlimit)) then
                            {
                                _vel = velocity _obj;
                                _x = 0.8;
                                if (_speed > 50) then {_x = 0.1;};
                                _velNew = [(_vel select 0) * _x, (_vel select 1) * _x,(_vel select 2) * _x];
                                _obj SetVelocity _velNew;
                            };
                        };
                    };
                }
                else
                {
                    uiSleep 2;
                };
                uiSleep .01;
            };
        };
    }; 

     

     

  10. I'm getting an error in my clients RPT (Warning Message: Bad vehicle type) and (Warning Message: Invalid crew  in RHIB2Turret) after this error players games crash with a white screen with a popup box saying (bad vehicle type), I don't have this error on my server RPT though , can anyone shed light on this or point  me in the direction of the RHIB2Turret so I can remove it from my server , any other help will be appreciated

  11. 14 minutes ago, Schalldampfer said:


        ["SKODAWreck",[6304.9468,7807.4624,3.0517578e-005],

    at 10th line don't have the direction setting. this may be 

        ["SKODAWreck",[6304.9468,7807.4624,3.0517578e-005],0],

     

    thank you there was two errors the " ["SKODAWreck",[6304.9468,7807.4624,3.0517578e-005]," that you mentioned and "  ["HeliHEmpty",[6293,7806.44,0],359.994],359.994]," on line 72 had two DIR , i went over this file countless times with my text editor and found no errors only when i looked manually i found them , lesson learned for me thanks 

  12. 31 minutes ago, Schalldampfer said:

    Check whether all line has ; because the rpt says "Error Missing ;".

    And, check the number of [ and ], they must be the same, I can see too many ] on your sqf here:
    [11449.3,11348.9,9.15527e-005],133.16]
    ]],true,false,true]

    (If you can't find error, please upload your sqf in spoiler)

    here is the original file

    Spoiler

    [[
        ["Land_Toilet",[11467.2,11341.8,-0.000213623],305.487],
        ["ClutterCutter_EP1",[11467,11364.1,-3.05176e-005],352.588],
        ["ClutterCutter_EP1",[11459.2,11355.8,6.10352e-005],352.588],
        ["Land_Market_stalls_01_EP1",[11466.3,11354.1,0.000244141],125.224],
        ["Land_Barrel_water",[11462,11350.4,0],352.588],
        ["LADAWreck",[11446.7,11340,-0.0010376],202.448],
        ["AmmoCrates_NoInteractive_Large",[11465.9,11356,-9.15527e-005],36.0883],
        ["SmallTable",[11462.7,11365.5,3.05176e-005],310.096],
        ["Base_WarfareBBarrier10xTall",[11469,11348.2,0.000213623],305.305],
        ["Land_covering_hut_big_EP1",[11462.8,11365.4,0],311.327],
        ["Misc_palletsfoiled",[11461.1,11364.8,0],51.7611],
        ["AmmoCrates_NoInteractive_Large",[11463,11367.1,3.05176e-005],43.5004],
        ["Land_covering_hut_EP1",[11471.8,11370,0.000366211],209.264],
        ["Land_Campfire",[11469.9,11367.1,0.00012207],360],
        ["C130J_wreck_EP1",[3974.4,11601.3,-1.96616],57.1171],
        ["Hhedgehog_concreteBig",[4078.33,11649.3,0.00369263],296.798],
        ["ZavoraAnim",[4084.16,11659.8,0.0244141],299.651],
        ["LADAWreck",[4048.96,11667.1,0.0264282],60.3712],
        ["T72Wreck",[3966.99,11639.2,0.0274963],359.898],
        ["T72WreckTurret",[3993.57,11635.5,0.0666809],260.215],
        ["Mi8Wreck",[3993.91,11674.9,-0.0588989],359.806],
        ["Sign_1L_Firstaid",[6314.69,7791.69,0.0931702],40.9063],
        ["Sign_Danger",[4027.15,11657.2,0.00314331],49.7929],
        ["Sign_Danger",[4057.95,11638.4,0.00283813],359.861],
        ["Sign_Danger",[4042.48,11647.1,0.00311279],34.9939],
        ["Sign_Danger",[4019.37,11664.9,0.00344849],26.0144],
        ["Land_fort_rampart",[4051.15,11642.5,-0.144409],201.75],
        ["Land_fort_rampart",[4034.25,11651.1,-0.156891],219.713],
        ["Land_fort_rampart",[4021.05,11662.9,-0.158691],226.337],
        ["Hedgehog_EP1",[4025.14,11654.7,-0.00497437],0],
        ["Hedgehog_EP1",[4039.87,11643.1,-0.00436401],0],
        ["Hedgehog_EP1",[4012.94,11668.5,-0.00592041],0],
        ["AmmoCrates_NoInteractive_Large",[4062.64,11682,0.00790405],72.512],
        ["Misc_Backpackheap",[4074.33,11676.9,-0.00875854],345.662],
        ["Land_CamoNetVar_EAST",[4060.96,11680.6,-0.0159912],353.354],
        ["Land_GuardShed",[4086.96,11659.9,0.0321045],292.954],
        ["UralWreck",[3878.58,11678.6,0.00140381],51.5933],
        ["Land_Bucket_EP1",[4073.1,11679,0.00186157],326.178],
        ["WoodChair",[4064.72,11680.6,-0.000518799],13.1974],
        ["Land_Pillow_EP1",[4072.13,11677.8,0.000823975],3.74772],
        ["FoldTable",[4063.39,11679.6,0.00289917],68.2496],
        ["FoldChair",[4057.48,11678.5,0.00289917],254.154],
        ["FoldTable",[4058.81,11678.6,0.00231934],266.933],
        ["Land_Misc_Well_C_EP1",[4085.06,11669.4,0.0221863],265.805],
        ["Bunker_PMC",[4025.17,11676.7,0.197113],286.394],
        ["Land_Toilet",[4027.18,11668.2,0.0328674],13.3195],
        ["Land_Misc_IronPipes_EP1",[4059.27,11657.3,-0.00704956],359.886],
        ["Land_Reservoir_EP1",[4057.92,11660.8,0.00180054],173.689],
        ["Land_stand_meat_EP1",[4073.54,11679.3,0.00949097],291.612],
        ["Land_stand_small_EP1",[4071.76,11676,0.00296021],21.8403],
        ["Land_tires_EP1",[4052.75,11666.6,0.00115967],322.767],
        ["Land_transport_crates_EP1",[4064.75,11682.9,0.00534058],39.609],
        ["ClutterCutter_EP1",[4054.37,11665.8,0],0],
        ["ClutterCutter_EP1",[4053.75,11671.4,-3.05176e-005],1.02537],
        ["Pile_of_wood",[4052.14,11666.5,0.101776],62.1647],
        ["AmmoCrates_NoInteractive_Medium",[4058.41,11680.7,-0.0197754],302.172],
        ["Land_cages_EP1",[4074.7,11681.8,0.00592041],3.70068],
        ["Land_covering_hut_EP1",[4074.15,11679.4,0.011261],207.469],
        ["Land_covering_hut_EP1",[4072.72,11676.6,0.00799561],27.1386],
        ["Land_Fire_barrel",[4069.34,11677.5,0.0039978],322.741],
        ["SmallTable",[6313.73,7790.95,0.013092],40.0105],
        ["Land_Water_pipe_EP1",[6314.95,7790.96,0.0931396],252.19],
        ["Land_Table_EP1",[4041.98,11669.9,0.0172729],300.146],
        ["Land_Cabinet_EP1",[6314.92,7792.31,0.0932922],128.336],
        ["Land_Crates_stack_EP1",[4075.23,11678.6,0.00598145],33.3804],
        ["Base_WarfareBBarrier10xTall",[6316.47,7792.53,0.00515747],35.6889],
        ["MASH_EP1",[6315.68,7841.9,-0.0414734],214.026],
        ["Camp_EP1",[6330.96,7831.43,-0.0237427],214.577],
        ["Land_tent_east",[6320.07,7797.51,0.260529],216.223],
        ["CampEast_EP1",[6304.15,7843.94,-0.0131226],303.319],
        ["CampEast_EP1",[6337.02,7822.19,-0.000305176],124.862],
        ["Land_GuardShed",[6300.7,7800.27,-0.006073],127.541],
        ["Land_Fire_barrel",[6309.98,7800.64,3.05176e-005],359.999],
        ["AmmoCrates_NoInteractive_Large",[6321.24,7798.93,9.15527e-005],211.388],
        ["Camp_EP1",[6324.05,7836.3,-0.021637],214.641],
        ["Land_covering_hut_big_EP1",[6317.27,7788.24,0.000183105],38.2667],
        ["Rubbish1",[4017.43,11670.1,0.000183105],293.976],
        ["Hedgehog_EP1",[4057.17,11635.8,-0.0043335],0],
        ["Land_Toilet",[6302.85,7793.83,-0.00384521],306.573],
        ["Misc_palletsfoiled",[6319.21,7787.54,-0.0223083],16.4322],
        ["Land_Fire_barrel",[6320.95,7787.1,0.00012207],359.999],
        ["Land_transport_kiosk_EP1",[6311.83,7793.13,0.00012207],127.481],
        ["Fort_Crate_wood",[6322.84,7791.68,3.05176e-005],50.4289],
        ["Land_transport_crates_EP1",[6317.23,7803.64,3.05176e-005],285.371],
        ["Info_Board_EP1",[11457.6,11360.7,0],304.476],
        ["Info_Board_EP1",[4086.25,11662.4,0.000610352],109.569],
        ["Info_Board_EP1",[6310.28,7797.77,6.10352e-005],126.701],
        ["Land_Fire_barrel",[4358.58,2260.37,-0.0199747],0],
        ["Land_Fire_barrel",[13533.1,6358.16,-0.019352],0],
        ["HeliHEmpty",[7983.97,2890.65,0.297879],359.994],
        ["MASH_EP1",[4836.67,2528.45,-0.0282021],207.765],
        ["Camp_EP1",[4827.61,2532.12,-0.0220318],207.504],
        ["CampEast_EP1",[4833.81,2508.78,0.0182037],334.111],
        ["Land_Fire_barrel",[4836.34,2519.46,-0.00964355],353.734],
        ["Camp_EP1",[4845.74,2522.33,-0.0619822],214.281],
        ["Land_CamoNetB_EAST",[12949.3,12766.1,-0.697388],25.2311],
        ["Misc_cargo_cont_net2",[12949,12771.6,0.0607147],122.405],
        ["Land_Barrel_water",[12946.4,12769.8,0.00119019],359.93],
        ["Misc_cargo_cont_small",[12944.5,12769.1,0.00468445],359.976],
        ["FoldTable",[12946.4,12765.8,0.00125122],6.6329],
        ["FoldChair",[12946.1,12768.1,0.00151062],328.363],
        ["RU_WarfareBUAVterminal",[4052.83,11662.4,-0.00228882],334.942],
        ["ASC_EU_LHVOld",[4088.19,11661.6,-0.00698853],140.558],
        ["ASC_EU_LHVOld",[4060.82,11685.2,0.01651],180.141],
        ["ASC_EU_LHVOld",[4040.71,11668.4,-0.00106812],31.4449],
        ["ASC_EU_LHVOld",[4057.1,11661.2,-0.0141602],8.31776],
        ["ASC_EU_LHVOld",[6296.96,7801.4,0.0017395],286.436],
        ["ASC_EU_LHVOld",[6317.2,7814.69,0.000274658],118.614],
        ["ASC_EU_LHVOld",[6314.86,7792.96,-0.00210571],190.092],
        ["ASC_EU_LHVOld",[11458.8,11363.8,-0.000366211],127.991],
        ["ASC_EU_LHVOld",[11449.3,11348.9,9.15527e-005],133.16],
        ["HeliHEmpty",[1617.71,7773.31,6.10352e-005],0],
        ["HeliHEmpty",[12072.7,12667.3,0],0],
        ["MAP_garaz_mala",[6301.03,7798.46,0.0646667],305.746],
        ["MAP_garaz_mala",[6295.69,7791.52,0.0231323],307.247],
        ["HeliHEmpty",[6293,7806.44,0],359.994],
        ["FoldChair",[12060.7,12635.9,-0.0570068],216.273],
        ["FoldTable",[12061.7,12637,1.52588e-005],17.3061],
        ["HeliHEmpty",[13473.4,5439.65,0.380941],359.963],
        ["HeliHEmpty",[4053.63,11671.4,0.015686],353.652],
        ["MAP_garaz_mala",[4036.72,11664.6,-0.187195],21.756],
        ["Sign_1L_Firstaid",[4058.67,11660.9,0.00271606],217.943],
        ["Land_sunshade_EP1",[4059.85,11660.2,0.00448608],359.872],
        ["HeliHEmpty",[11455.5,11341.2,0],248.275],
        ["Base_WarfareBBarrier10xTall",[6306.69,7787.59,0.229279],35.6858],
        ["Base_WarfareBBarrier10xTall",[6319.24,7778.69,0.184418],34.8167],
        ["Land_CncBlock_D",[6324.88,7781.74,0.000305176],93.6126],
        ["Land_CncBlock_D",[6324.3,7785.78,-6.10352e-005],68.9638],
        ["Base_WarfareBBarrier10xTall",[6312.2,7810.51,0],125.629],
        ["MAP_garaz_mala",[11443.3,11338.4,-0.0205383],35.8282],
        ["MAP_A_Castle_Bastion",[11470.7,11367.5,0.114838],34.1875],
        ["MAP_A_Castle_Gate",[11447.6,11358.2,-0.673737],305.541],
        ["MAP_A_Castle_Stairs_A",[11435.7,11352.8,0.000488281],31.4133],
        ["MAP_A_Castle_Bastion",[11449.2,11336,-0.00268555],215.506],
        ["Land_Bench_EP1",[11472.6,11371.8,9.15527e-005],300.958],
        ["Sign_1L_Firstaid",[11473.3,11369.8,9.15527e-005],33.0887],
        ["Misc_cargo_cont_net1",[6323.25,7780.07,0.000427246],359.987],
        ["HeliHEmpty",[4037.3,11673.5,0],353.666],
        ["Hhedgehog_concreteBig",[4091.63,11663.7,0.00088501],294.281],
        ["HeliHCivil",[12915.7,12760.8,0],0],
        ["Concrete_Wall_EP1",[6311.12,7801.19,-9.15527e-005],67.1369],
        ["Misc_concrete_High",[6326.79,7793.51,0.00012207],201.722],
        ["PowGen_Big",[6318.19,7806.43,-0.000152588],305.911],
        ["Land_BagFenceRound",[6295.64,7804.32,-0.000244141],128.792],
        ["MAP_R2_RockWall",[13861.8,11779.9,-15.0633],217.77],
        ["MAP_R2_RockWall",[13822.5,11756.4,-16.7336],279.752],
        ["MAP_R2_RockTower",[13831.8,11778.5,0.0100484],148.154],
        ["MAP_R2_RockWall",[13844.8,11776,11.7634],146.593],
        ["MAP_R2_RockWall",[13836.7,11733.2,-15.0741],229.843],
        ["MAP_R2_RockWall",[13843.1,11772.3,11.3315],320.42],
        ["MAP_R2_Rock1",[13848.2,11705.3,-20.9383],57.3144],
        ["MAP_R2_RockWall",[13857,11752.6,11.8745],117.474],
        ["MAP_R2_RockTower",[13867.9,11753.7,-17.1283],81.7405],
        ["MAP_R2_RockWall",[13827.9,11722.2,0.0184865],270.131],
        ["MAP_R2_RockWall",[13881,11792.8,-14.3209],142.299],
        ["MAP_R2_RockTower",[13827.3,11770.9,-13.6761],0],
        ["MAP_R2_Rock1",[13817.8,11746.1,-27.2185],68.5491],
        ["MAP_R2_RockWall",[13861.8,11779.9,-15.0633],217.77],
        ["MAP_R2_RockWall",[13822.5,11756.4,-16.7336],279.752],
        ["MAP_R2_RockTower",[13831.8,11778.5,0.0100484],148.154],
        ["MAP_R2_RockWall",[13844.8,11776,11.7634],146.593],
        ["MAP_R2_RockWall",[13836.7,11733.2,-15.0741],229.843],
        ["MAP_R2_RockWall",[13843.1,11772.3,11.3315],320.42],
        ["MAP_R2_Rock1",[13848.2,11705.3,-20.9383],57.3144],
        ["MAP_R2_RockWall",[13857,11752.6,11.8745],117.474],
        ["MAP_R2_RockTower",[13867.9,11753.7,-17.1283],81.7405],
        ["MAP_R2_RockWall",[13827.9,11722.2,0.0184865],270.131],
        ["MAP_R2_RockWall",[13881,11792.8,-14.3209],142.299],
        ["MAP_R2_RockTower",[13827.3,11770.9,-13.6761],0],
        ["MAP_R2_Rock1",[13817.8,11746.1,-27.2185],68.5491]
    ],true,false,true] call fnc_spawnObjects;

     

    and here is my edited file

    Spoiler

    [[
        ["hiluxWreck",[6306.7554,7817.457,3.0517578e-005],80.284645],
        ["datsun02Wreck",[6289.623,7817.3037,-6.1035156e-005],-124.67525],
        ["datsun01Wreck",[6273.6299,7811.3286],-51.803291],
        ["UralWreck",[6312.5952,7815.4551],-227.02406],
        ["UAZWreck",[6287.6353,7816.1909,-3.0517578e-005],-31.110487],
        ["T72Wreck",[6308.1621,7814.98,3.0517578e-005],110.87564],
        ["SmallTable",[6313.73,7790.95,0.013092],40.0105],
        ["Sign_1L_Firstaid",[6314.69,7791.69,0.0931702],40.9063],
        ["SKODAWreck",[6304.9468,7807.4624,3.0517578e-005],
        ["PowGen_Big",[6317.2012,7803.9683,-0.00015258801],216.73056],
        ["Misc_palletsfoiled",[6319.21,7787.54,-0.0223083],16.4322],
        ["Misc_concrete_High",[6326.3433,7795.2939,0.00012207],209.73],
        ["Misc_cargo_cont_net1",[6323.25,7780.07,0.000427246],359.987],
        ["MASH_EP1",[6315.68,7841.9,-0.0414734],214.026],
        ["MAP_shooting_range",[6392.4443,7778.4087,-0.00015258789],127.09172],
        ["MAP_shooting_range",[6391.0918,7776.5093,0.00012207031],127.09172],
        ["MAP_shooting_range",[6389.6147,7774.3223],127.09172],
        ["MAP_shooting_range",[6388.1421,7772.1831,0.00015258789],127.09172],
        ["MAP_runwayold_40_main",[6294.9004,7818.6157,3.0517578e-005],-52.445606],
        ["MAP_prolejzacka",[6361.3003,7789.8828],-35.975483],
        ["MAP_prebehlavka",[6354.3418,7792.2944,-9.1552734e-005],56.592575],
        ["MAP_posed",[6361.6504,7748.2891,3.0517578e-005],-122.59425],
        ["MAP_podlejzacka",[6369.5347,7779.4829,-3.0517578e-005],-56.630779],
        ["MAP_plot_provizorni",[6216.709,7833.8062,-9.1552734e-005],-21.674429],
        ["MAP_obihacka",[6347.4609,7792.7954,-3.0517578e-005],154.34358],
        ["MAP_garaz",[6362.2466,7766.2041,0.12964065],-227.23459],
        ["MAP_fort_bagfence_round",[6270.2339,7811.7871,-9.1552734e-005],-138.66042],
        ["MAP_fort_bagfence_long",[6276.7915,7806.75,-0.034103706],39.431782],
        ["MAP_fort_bagfence_long",[6274.3726,7808.5391,-0.00012207031],33.163982],
        ["MAP_fort_bagfence_corner",[6268.6099,7814.7051,-0.021622436],38.207989],
        ["MAP_dragonTeeth",[6341.2021,7801.3052,-6.1035156e-005],19.010183],
        ["MAP_climbing_obstacle",[6364.8101,7785.0181,-3.0517578e-005],-119.61398],
        ["MAP_Pristresek_mensi",[6392.1953,7782.0654,-0.00012207031],308.58365],
        ["MAP_PowGen_Big",[6279.2666,7803.2085,3.0517578e-005],-416.41489],
        ["MAP_Nasypka",[6241.6836,7780.8623,3.0517578e-005],-56.795593],
        ["MAP_Misc_Cargo1D",[6296.4287,7795.9258,2.660676],-87.344994],
        ["MAP_Misc_Cargo1C",[6292.3755,7797.207,0.19998105],122.93221],
        ["MAP_Misc_Cargo1B",[6305.373,7802.5532,9.1552734e-005],228.85017],
        ["MAP_Misc_Cargo1Ao",[6301.8096,7799.709,-3.0517578e-005],-231.78946],
        ["MAP_Misc_Cargo1A",[6298.8354,7795.8394,3.0517578e-005],62.30138],
        ["MAP_Mil_Mil_Guardhouse",[6320.9985,7798.2666,0.410878],-233.04115],
        ["MAP_Mil_House",[6366.7061,7819.6792,0.27140805],-507.78387],
        ["MAP_Mil_Barracks_i",[6354.0327,7769.0166,6.1035156e-005],-56.203121],
        ["MAP_Mil_Barracks_i",[6342.6509,7775.853,-3.0517578e-005],-56.009655],
        ["MAP_Mil_Barracks_L",[6390.3496,7801.4629,-0.00015258789],395.01447],
        ["MAP_Mil_Barracks",[6330.8345,7782.0576],-56.156647],
        ["MAP_Ind_IlluminantTower",[6378.6123,7806.6851,-3.0517578e-005],213.91969],
        ["MAP_Hlidac_budka",[6355.2017,7758.0435,-3.0517578e-005],-55.351662],
        ["MAP_Hangar_2",[6298.2935,7809.687,-0.10049582],127.47857],
        ["MAP_Fort_Razorwire",[6219.1206,7840.2544,3.0517578e-005],-21.674429],
        ["MAP_CamoNet_EAST",[6389.1357,7775.5562,-3.0517578e-005],-73.41674],
        ["MAP_Barbedwire",[6396.4424,7790.7202,3.0517578e-005],103.88879],
        ["MAP_Barbedwire",[6382.4492,7768.894,0.00015258789],131.98857],
        ["MAP_Barbedwire",[6379.0044,7763.9355,3.0517578e-005],121.69886],
        ["MAP_Barbedwire",[6375.0825,7759.1113],134.88426],
        ["MAP_76n6_ClamShell",[6295.1836,7847.4316,-0.00021362305],-2.7985408],
        ["Land_transport_kiosk_EP1",[6311.83,7793.13,0.00012207],127.481],
        ["Land_transport_crates_EP1",[6323.1816,7804.0576,3.05176e-005],303.05371],
        ["Land_tent_east",[6279.1323,7837.2563,0.26052901],306.43594],
        ["Land_covering_hut_big_EP1",[6317.27,7788.24,0.000183105],38.2667],
        ["Land_Water_pipe_EP1",[6314.95,7790.96,0.0931396],252.19],
        ["Land_Toilet",[6302.85,7793.83,-0.00384521],306.573],
        ["Land_GuardShed",[6393.4814,7786.7568,-0.0060729999],-52.169247],
        ["Land_Fire_barrel",[6325.8687,7798.6377,0.70245081],359.999],
        ["Land_Fire_barrel",[6320.95,7787.1,0.00012207],359.999],
        ["Land_CncBlock_D",[6323.9673,7782.2954,0.00030517601],93.6126],
        ["Land_CncBlock_D",[6323.3481,7786.2231,-6.10352e-005],63.55558],
        ["Land_Cabinet_EP1",[6314.92,7792.31,0.0932922],128.336],
        ["Land_BagFenceRound",[6362.6753,7811.6606,-0.000244141],33.791553],
        ["LADAWreck",[6304.3369,7821.5488,3.0517578e-005],12.973993],
        ["Info_Board_EP1",[6310.28,7797.77,6.10352e-005],126.701],
        ["HeliHEmpty",[6293,7806.44,0],359.994],359.994],
        ["HMMWVWreck",[6311.8335,7810.9248],-140.98802],
        ["Fort_Crate_wood",[6322.84,7791.68,3.05176e-005],50.4289],50.4289],
        ["Concrete_Wall_EP1",[6324.3433,7793.0635,-9.1552698e-005],-53.510273],
        ["Camp_EP1",[6330.96,7831.43,-0.0237427],214.577],
        ["Camp_EP1",[6324.05,7836.3,-0.021637],214.641],
        ["CampEast_EP1",[6339.1602,7822.7734,-0.00030517601],65.462463],
        ["CampEast_EP1",[6307.8789,7846.3687,-0.0131226],395.08075],
        ["Base_WarfareBBarrier10xTall",[6345.0503,7760.8711,-3.0517578e-005],34.8167],
        ["Base_WarfareBBarrier10xTall",[6332.1108,7769.7236,0.26211455],34.492813],
        ["Base_WarfareBBarrier10xTall",[6324.8369,7810.7808],128.60365],
        ["Base_WarfareBBarrier10xTall",[6319.2402,7778.6899,0.18441799],34.8167],
        ["Base_WarfareBBarrier10xTall",[6316.47,7792.53,0.00515747],35.6889],
        ["Base_WarfareBBarrier10xTall",[6306.69,7787.59,0.229279],35.6858],
        ["BRDMWreck",[6300.6772,7825.1211,0.48719594],-589.08051],
        ["AmmoCrates_NoInteractive_Large",[6317.8604,7799.9531,0.70692831],483.94781],
        ["ASC_EU_LHVOld",[6317.3237,7814.6367,0.000274658],97.885437],
        ["ASC_EU_LHVOld",[6314.86,7792.96,-0.00210571],190.092],
        ["ASC_EU_LHVOld",[6280.9053,7804.6836,1.1894766],337.64734],
        ["Land_Toilet",[11467.2,11341.8,-0.000213623],305.487],
        ["ClutterCutter_EP1",[11467,11364.1,-3.05176e-005],352.588],
        ["ClutterCutter_EP1",[11459.2,11355.8,6.10352e-005],352.588],
        ["Land_Market_stalls_01_EP1",[11466.3,11354.1,0.000244141],125.224],
        ["Land_Barrel_water",[11462,11350.4,0],352.588],
        ["LADAWreck",[11446.7,11340,-0.0010376],202.448],
        ["AmmoCrates_NoInteractive_Large",[11465.9,11356,-9.15527e-005],36.0883],
        ["SmallTable",[11462.7,11365.5,3.05176e-005],310.096],
        ["Base_WarfareBBarrier10xTall",[11469,11348.2,0.000213623],305.305],
        ["Land_covering_hut_big_EP1",[11462.8,11365.4,0],311.327],
        ["Misc_palletsfoiled",[11461.1,11364.8,0],51.7611],
        ["AmmoCrates_NoInteractive_Large",[11463,11367.1,3.05176e-005],43.5004],
        ["Land_covering_hut_EP1",[11471.8,11370,0.000366211],209.264],
        ["Land_Campfire",[11469.9,11367.1,0.00012207],360],
        ["C130J_wreck_EP1",[3974.4,11601.3,-1.96616],57.1171],
        ["Hhedgehog_concreteBig",[4078.33,11649.3,0.00369263],296.798],
        ["ZavoraAnim",[4084.16,11659.8,0.0244141],299.651],
        ["LADAWreck",[4048.96,11667.1,0.0264282],60.3712],
        ["T72Wreck",[3966.99,11639.2,0.0274963],359.898],
        ["T72WreckTurret",[3993.57,11635.5,0.0666809],260.215],
        ["Mi8Wreck",[3993.91,11674.9,-0.0588989],359.806],
        ["Sign_1L_Firstaid",[6314.69,7791.69,0.0931702],40.9063],
        ["Sign_Danger",[4027.15,11657.2,0.00314331],49.7929],
        ["Sign_Danger",[4057.95,11638.4,0.00283813],359.861],
        ["Sign_Danger",[4042.48,11647.1,0.00311279],34.9939],
        ["Sign_Danger",[4019.37,11664.9,0.00344849],26.0144],
        ["Land_fort_rampart",[4051.15,11642.5,-0.144409],201.75],
        ["Land_fort_rampart",[4034.25,11651.1,-0.156891],219.713],
        ["Land_fort_rampart",[4021.05,11662.9,-0.158691],226.337],
        ["Hedgehog_EP1",[4025.14,11654.7,-0.00497437],0],
        ["Hedgehog_EP1",[4039.87,11643.1,-0.00436401],0],
        ["Hedgehog_EP1",[4012.94,11668.5,-0.00592041],0],
        ["AmmoCrates_NoInteractive_Large",[4062.64,11682,0.00790405],72.512],
        ["Misc_Backpackheap",[4074.33,11676.9,-0.00875854],345.662],
        ["Land_CamoNetVar_EAST",[4060.96,11680.6,-0.0159912],353.354],
        ["Land_GuardShed",[4086.96,11659.9,0.0321045],292.954],
        ["UralWreck",[3878.58,11678.6,0.00140381],51.5933],
        ["Land_Bucket_EP1",[4073.1,11679,0.00186157],326.178],
        ["WoodChair",[4064.72,11680.6,-0.000518799],13.1974],
        ["Land_Pillow_EP1",[4072.13,11677.8,0.000823975],3.74772],
        ["FoldTable",[4063.39,11679.6,0.00289917],68.2496],
        ["FoldChair",[4057.48,11678.5,0.00289917],254.154],
        ["FoldTable",[4058.81,11678.6,0.00231934],266.933],
        ["Land_Misc_Well_C_EP1",[4085.06,11669.4,0.0221863],265.805],
        ["Bunker_PMC",[4025.17,11676.7,0.197113],286.394],
        ["Land_Toilet",[4027.18,11668.2,0.0328674],13.3195],
        ["Land_Misc_IronPipes_EP1",[4059.27,11657.3,-0.00704956],359.886],
        ["Land_Reservoir_EP1",[4057.92,11660.8,0.00180054],173.689],
        ["Land_stand_meat_EP1",[4073.54,11679.3,0.00949097],291.612],
        ["Land_stand_small_EP1",[4071.76,11676,0.00296021],21.8403],
        ["Land_tires_EP1",[4052.75,11666.6,0.00115967],322.767],
        ["Land_transport_crates_EP1",[4064.75,11682.9,0.00534058],39.609],
        ["ClutterCutter_EP1",[4054.37,11665.8,0],0],
        ["ClutterCutter_EP1",[4053.75,11671.4,-3.05176e-005],1.02537],
        ["Pile_of_wood",[4052.14,11666.5,0.101776],62.1647],
        ["AmmoCrates_NoInteractive_Medium",[4058.41,11680.7,-0.0197754],302.172],
        ["Land_cages_EP1",[4074.7,11681.8,0.00592041],3.70068],
        ["Land_covering_hut_EP1",[4074.15,11679.4,0.011261],207.469],
        ["Land_covering_hut_EP1",[4072.72,11676.6,0.00799561],27.1386],
        ["Land_Fire_barrel",[4069.34,11677.5,0.0039978],322.741],
        ["SmallTable",[6313.73,7790.95,0.013092],40.0105],
        ["Land_Water_pipe_EP1",[6314.95,7790.96,0.0931396],252.19],
        ["Land_Table_EP1",[4041.98,11669.9,0.0172729],300.146],
        ["Land_Cabinet_EP1",[6314.92,7792.31,0.0932922],128.336],
        ["Land_Crates_stack_EP1",[4075.23,11678.6,0.00598145],33.3804],
        ["Base_WarfareBBarrier10xTall",[6316.47,7792.53,0.00515747],35.6889],
        ["MASH_EP1",[6315.68,7841.9,-0.0414734],214.026],
        ["Camp_EP1",[6330.96,7831.43,-0.0237427],214.577],
        ["Land_tent_east",[6320.07,7797.51,0.260529],216.223],
        ["CampEast_EP1",[6304.15,7843.94,-0.0131226],303.319],
        ["CampEast_EP1",[6337.02,7822.19,-0.000305176],124.862],
        ["Land_GuardShed",[6300.7,7800.27,-0.006073],127.541],
        ["Land_Fire_barrel",[6309.98,7800.64,3.05176e-005],359.999],
        ["AmmoCrates_NoInteractive_Large",[6321.24,7798.93,9.15527e-005],211.388],
        ["Camp_EP1",[6324.05,7836.3,-0.021637],214.641],
        ["Land_covering_hut_big_EP1",[6317.27,7788.24,0.000183105],38.2667],
        ["Rubbish1",[4017.43,11670.1,0.000183105],293.976],
        ["Hedgehog_EP1",[4057.17,11635.8,-0.0043335],0],
        ["Land_Toilet",[6302.85,7793.83,-0.00384521],306.573],
        ["Misc_palletsfoiled",[6319.21,7787.54,-0.0223083],16.4322],
        ["Land_Fire_barrel",[6320.95,7787.1,0.00012207],359.999],
        ["Land_transport_kiosk_EP1",[6311.83,7793.13,0.00012207],127.481],
        ["Fort_Crate_wood",[6322.84,7791.68,3.05176e-005],50.4289],
        ["Land_transport_crates_EP1",[6317.23,7803.64,3.05176e-005],285.371],
        ["Info_Board_EP1",[11457.6,11360.7,0],304.476],
        ["Info_Board_EP1",[4086.25,11662.4,0.000610352],109.569],
        ["Info_Board_EP1",[6310.28,7797.77,6.10352e-005],126.701],
        ["Land_Fire_barrel",[4358.58,2260.37,-0.0199747],0],
        ["Land_Fire_barrel",[13533.1,6358.16,-0.019352],0],
        ["HeliHEmpty",[7983.97,2890.65,0.297879],359.994],
        ["MASH_EP1",[4836.67,2528.45,-0.0282021],207.765],
        ["Camp_EP1",[4827.61,2532.12,-0.0220318],207.504],
        ["CampEast_EP1",[4833.81,2508.78,0.0182037],334.111],
        ["Land_Fire_barrel",[4836.34,2519.46,-0.00964355],353.734],
        ["Camp_EP1",[4845.74,2522.33,-0.0619822],214.281],
        ["Land_CamoNetB_EAST",[12949.3,12766.1,-0.697388],25.2311],
        ["Misc_cargo_cont_net2",[12949,12771.6,0.0607147],122.405],
        ["Land_Barrel_water",[12946.4,12769.8,0.00119019],359.93],
        ["Misc_cargo_cont_small",[12944.5,12769.1,0.00468445],359.976],
        ["FoldTable",[12946.4,12765.8,0.00125122],6.6329],
        ["FoldChair",[12946.1,12768.1,0.00151062],328.363],
        ["RU_WarfareBUAVterminal",[4052.83,11662.4,-0.00228882],334.942],
        ["ASC_EU_LHVOld",[4088.19,11661.6,-0.00698853],140.558],
        ["ASC_EU_LHVOld",[4060.82,11685.2,0.01651],180.141],
        ["ASC_EU_LHVOld",[4040.71,11668.4,-0.00106812],31.4449],
        ["ASC_EU_LHVOld",[4057.1,11661.2,-0.0141602],8.31776],
        ["ASC_EU_LHVOld",[6296.96,7801.4,0.0017395],286.436],
        ["ASC_EU_LHVOld",[6317.2,7814.69,0.000274658],118.614],
        ["ASC_EU_LHVOld",[6314.86,7792.96,-0.00210571],190.092],
        ["ASC_EU_LHVOld",[11458.8,11363.8,-0.000366211],127.991],
        ["ASC_EU_LHVOld",[11449.3,11348.9,9.15527e-005],133.16],
        ["HeliHEmpty",[1617.71,7773.31,6.10352e-005],0],
        ["HeliHEmpty",[12072.7,12667.3,0],0],
        ["MAP_garaz_mala",[6301.03,7798.46,0.0646667],305.746],
        ["MAP_garaz_mala",[6295.69,7791.52,0.0231323],307.247],
        ["HeliHEmpty",[6293,7806.44,0],359.994],
        ["FoldChair",[12060.7,12635.9,-0.0570068],216.273],
        ["FoldTable",[12061.7,12637,1.52588e-005],17.3061],
        ["HeliHEmpty",[13473.4,5439.65,0.380941],359.963],
        ["HeliHEmpty",[4053.63,11671.4,0.015686],353.652],
        ["MAP_garaz_mala",[4036.72,11664.6,-0.187195],21.756],
        ["Sign_1L_Firstaid",[4058.67,11660.9,0.00271606],217.943],
        ["Land_sunshade_EP1",[4059.85,11660.2,0.00448608],359.872],
        ["HeliHEmpty",[11455.5,11341.2,0],248.275],
        ["Base_WarfareBBarrier10xTall",[6306.69,7787.59,0.229279],35.6858],
        ["Base_WarfareBBarrier10xTall",[6319.24,7778.69,0.184418],34.8167],
        ["Land_CncBlock_D",[6324.88,7781.74,0.000305176],93.6126],
        ["Land_CncBlock_D",[6324.3,7785.78,-6.10352e-005],68.9638],
        ["Base_WarfareBBarrier10xTall",[6312.2,7810.51,0],125.629],
        ["MAP_garaz_mala",[11443.3,11338.4,-0.0205383],35.8282],
        ["MAP_A_Castle_Bastion",[11470.7,11367.5,0.114838],34.1875],
        ["MAP_A_Castle_Gate",[11447.6,11358.2,-0.673737],305.541],
        ["MAP_A_Castle_Stairs_A",[11435.7,11352.8,0.000488281],31.4133],
        ["MAP_A_Castle_Bastion",[11449.2,11336,-0.00268555],215.506],
        ["Land_Bench_EP1",[11472.6,11371.8,9.15527e-005],300.958],
        ["Sign_1L_Firstaid",[11473.3,11369.8,9.15527e-005],33.0887],
        ["Misc_cargo_cont_net1",[6323.25,7780.07,0.000427246],359.987],
        ["HeliHEmpty",[4037.3,11673.5,0],353.666],
        ["Hhedgehog_concreteBig",[4091.63,11663.7,0.00088501],294.281],
        ["HeliHCivil",[12915.7,12760.8,0],0],
        ["Concrete_Wall_EP1",[6311.12,7801.19,-9.15527e-005],67.1369],
        ["Misc_concrete_High",[6326.79,7793.51,0.00012207],201.722],
        ["PowGen_Big",[6318.19,7806.43,-0.000152588],305.911],
        ["Land_BagFenceRound",[6295.64,7804.32,-0.000244141],128.792],
        ["MAP_R2_RockWall",[13861.8,11779.9,-15.0633],217.77],
        ["MAP_R2_RockWall",[13822.5,11756.4,-16.7336],279.752],
        ["MAP_R2_RockTower",[13831.8,11778.5,0.0100484],148.154],
        ["MAP_R2_RockWall",[13844.8,11776,11.7634],146.593],
        ["MAP_R2_RockWall",[13836.7,11733.2,-15.0741],229.843],
        ["MAP_R2_RockWall",[13843.1,11772.3,11.3315],320.42],
        ["MAP_R2_Rock1",[13848.2,11705.3,-20.9383],57.3144],
        ["MAP_R2_RockWall",[13857,11752.6,11.8745],117.474],
        ["MAP_R2_RockTower",[13867.9,11753.7,-17.1283],81.7405],
        ["MAP_R2_RockWall",[13827.9,11722.2,0.0184865],270.131],
        ["MAP_R2_RockWall",[13881,11792.8,-14.3209],142.299],
        ["MAP_R2_RockTower",[13827.3,11770.9,-13.6761],0],
        ["MAP_R2_Rock1",[13817.8,11746.1,-27.2185],68.5491],
        ["MAP_R2_RockWall",[13861.8,11779.9,-15.0633],217.77],
        ["MAP_R2_RockWall",[13822.5,11756.4,-16.7336],279.752],
        ["MAP_R2_RockTower",[13831.8,11778.5,0.0100484],148.154],
        ["MAP_R2_RockWall",[13844.8,11776,11.7634],146.593],
        ["MAP_R2_RockWall",[13836.7,11733.2,-15.0741],229.843],
        ["MAP_R2_RockWall",[13843.1,11772.3,11.3315],320.42],
        ["MAP_R2_Rock1",[13848.2,11705.3,-20.9383],57.3144],
        ["MAP_R2_RockWall",[13857,11752.6,11.8745],117.474],
        ["MAP_R2_RockTower",[13867.9,11753.7,-17.1283],81.7405],
        ["MAP_R2_RockWall",[13827.9,11722.2,0.0184865],270.131],
        ["MAP_R2_RockWall",[13881,11792.8,-14.3209],142.299],
        ["MAP_R2_RockTower",[13827.3,11770.9,-13.6761],0],
        ["MAP_R2_Rock1",[13817.8,11746.1,-27.2185],68.5491]
    ],true,false,true] call fnc_spawnObjects;

     

    also here is what my RPT shows about this just now

    Spoiler

    14:20:25 Error in expression <6.1,-27.2185],68.5491]
    ],true,false,true] call fnc_spawnObjects;>
    14:20:25   Error position: <] call fnc_spawnObjects;>
    14:20:25   Error Missing ;
    14:20:25 File mpmissions\DayZ_Epoch_11.Chernarus\dayz_code\system\mission\chernarus11.sqf, line 262
    14:20:25 Error in expression <6.1,-27.2185],68.5491]
    ],true,false,true] call fnc_spawnObjects;>
    14:20:25   Error position: <] call fnc_spawnObjects;>
    14:20:25   Error Missing ;
    14:20:25 File mpmissions\DayZ_Epoch_11.Chernarus\dayz_code\system\mission\chernarus11.sqf, line 262

     
     

     

  13. 3 hours ago, salival said:

    You got the right file to edit/modify, but you should never modify the dayz_code pbo directly, doing so would mean you would need to run your server with verifySignatures in your config.cfg off which is NOT good.

    You need to move that file to your mission file (i.e place it in a folder called dayz_code\system\mission in your mission file) and modify it how you like

    Then you need to modify your init.sqf and change the directory for how you reference that file:

    https://github.com/EpochModTeam/DayZ-Epoch/blob/master/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf#L101

    Change it to:

    
    call compile preprocessFileLineNumbers "dayz_code\system\mission\chernarus11.sqf"; //Add trader city objects locally on every machine early

    obviously if you put that file elsewhere in your mission folder you should change that directory.

    i am getting this error in my RPT 

    12:19:58 Error in expression <[11449.3,11348.9,9.15527e-005],133.16]
    ]],true,false,true] call fnc_spawnObjects>
    12:19:58   Error position: <],true,false,true] call fnc_spawnObjects>
    12:19:58   Error Missing ;
    12:19:58 File mpmissions\DayZ_Epoch_11.Chernarus\dayz_code\system\mission\chernarus11.sqf, line 211

    the objects aren't loading in

  14. il give this a try later on thanks again, I'm using your ZSC is there a way disable wallet check for players but not ai as ai is good money source but my brother dupes his coins from his body I also can't figure out how to reset his money as Heidi SQL doesn't save my edits with coins and he is a billionaire just now

  15. thank you that worked for me, another trader related question I tried to add a custom trader but he didn't show up, I don't think the tutorials I can find are for the latest epoch, by any chance can you point me in the direction of one please

  16. is it possible to edit the trader cities, I can add to the trader cities just fine using custom map folder but I want to move around objects that are already there or remove them like the tents, I have tried by editing my @DayZ_Epoch\addons\dayz_code\system\mission\chernarus11.sqf in the editor but when I go in to play the game everything is just normal

  17. I cant get this to work, where exactly in my fn_selfActions should I put your snippet, I get the option to scrap but it tells me to go to a chop shop (what or where is chop shop?) after I get that message if I try to scrap again it tells me to wait until the action is complete and removes the options for salvage, repair, traders dialogs, right click actions etc which leads me to think I have it in the fn_selfActions in the wrong places .

×
×
  • Create New...