Jump to content

[Release] Build Vectors - Rotate objects in Dayz Epoch (v2.34 P4L & non-P4L)


striker

Recommended Posts

  • 1 month later...
  On 8/9/2014 at 6:15 AM, sego said:

When players upgrade the doors flip back the normal way

Expand  

I don't know how to solve this problem, anyone could help me?

This happens with any rotate object

Everthing else works fine.

I am using "Snap Build PRO" only with no P4L.

I have plot pole management working fine too

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...
  • 1 month later...

gotta issue.. idk if it has anything to do with vector... but here goes... for some reason... i cant upgrade anything in my plot pole range.. it says "cant upgrade plot pole nearby"

 

also! for anyone having the upgrade issue with cinder doors. i fixed mine by copying my custom self actions. and pasting it over the self actions in dayz_code

Link to comment
Share on other sites

  • 4 weeks later...

Hi all!

Plz help me. On server installed p4l 2.35 + snapPro+VectorBuilt

RPT error:

Error in expression <Array = [_cancel,_reason,_position,_dir,_vector];
_passArray
>
  Error position: <_vector];
_passArray
>
  Error Undefined variable in expression: _vector
File mpmissions\__CUR_MP.chernarus\Custom\A_Plot_for_Life\Action\player_build_controls.sqf, line 224
Error in expression <text, _isPole, _lockable,_dir, _reason, _vector] call player_build_publish;
};
}>
  Error position: <_vector] call player_build_publish;
};
}>
  Error Undefined variable in expression: _vector
File mpmissions\__CUR_MP.chernarus\Custom\A_Plot_for_Life\Action\modular_build.sqf, line 91

File Stock. Help me plz

Link to comment
Share on other sites

  • 5 months later...
  • 1 month later...

Any idea how I fix this??? From my server monitor .sqf

23:02:45 Error in expression <cExists)then{
_object setVectorDirAndUp _vector;
};

_object setposATL _pos;
_ob>
23:02:45   Error position: <_vector;
};

_object setposATL _pos;
_ob>
23:02:45   Error Undefined variable in expression: _vector
23:02:45 File z\addons\dayz_server\system\server_monitor.sqf, line 219
23:02:45 Error in expression <cExists)then{
_object setVectorDirAndUp _vector;
};

  Reveal hidden contents

Link to comment
Share on other sites

I fixed it!!!! WOOHOO go me :-)  Around line 122 the _ was missing from the word vector......

//snap pro mod
        _vector = [[0,0,0],[0,0,0]];
_vecExists = false;
_ownerPUID = "0";    
if (count _worldspace >= 3) then{
    if(count _worldspace == 3) then{
            if(typename (_worldspace select 2) == "STRING")then{
                _ownerPUID = _worldspace select 2;
            }else{
                 if(typename (_worldspace select 2) == "ARRAY")then{
                    _vector = _worldspace select 2;
                    if(count _vector == 2)then{
                        if(((count (_vector select 0)) == 3) && ((count (_vector select 1)) == 3))then{
                            _vecExists = true;
                        };
                    };
                };                    
            };
           

Now my global banking has stopped working ...bah :-(

Link to comment
Share on other sites

  • 3 weeks later...

been racking my brain over this, ant find any syntax errors. everything works fine, except when you place a metal floor is says it's building, but disappears. RPT shows this:

15:52:06 Error in expression <;
_position = _this select 1;
{
_x = _x * 10;
if ( _x < 0 ) then { _x = _x * -10>
15:52:06   Error position: <* 10;
if ( _x < 0 ) then { _x = _x * -10>
15:52:06   Error Generic error in expression
15:52:06 File z\addons\dayz_server\init\server_functions.sqf, line 598
15:52:06 Error in expression <;
_position = _this select 1;
{
_x = _x * 10;
if ( _x < 0 ) then { _x = _x * -10>
15:52:06   Error position: <* 10;
if ( _x < 0 ) then { _x = _x * -10>
15:52:06   Error Generic error in expression
15:52:06 File z\addons\dayz_server\init\server_functions.sqf, line 598

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
×
×
  • Create New...