Jump to content

[Release] Arma & Overpoch Clothing 3.0 Updated.


Zupa

Recommended Posts

  • 7 months later...

this is the block of code that is casting my only clientside.rpt error

{
	if (typeName _x == "ARRAY") then {
		if ((count _x) > 0) then {
			_newUnit addMagazine [(_x select 0), (_x select 1)];
		}; 
	} else {
		_newUnit addMagazine _x; 
	};
} count _magazines;

and the error

Error in expression <e { _newUnit addMagazine _x; };
} count _magazines;

{
_newUnit addWeapon _x;
} >
  Error position: <_magazines;

{
_newUnit addWeapon _x;
} >
  Error Undefined variable in expression: _magazines
File mpmissions\__CUR_MP.Chernarus\scripts\skins\player_switchModel.sqf, line 73

 

Thats the only printed error to either of my reports. the other issue i am having is my character is invisible and the change skin doesnt function (or it does and I cannot see it!) tried with many different skins. Any assistance one can provide would be awesome!

This is an overpoch 1061 server that I know this script alone wasnt built to work on, just trying to get it there.

EDIT: I can see my body in first person but i am completely invisible in third

EDIT2: I now have no errors posting to my .rpts and i still have no success either.... sadness

Link to comment
Share on other sites

  • 3 weeks later...
On 17.06.2017 at 2:10 AM, ViktorReznov said:

this is the block of code that is casting my only clientside.rpt error


{
	if (typeName _x == "ARRAY") then {
		if ((count _x) > 0) then {
			_newUnit addMagazine [(_x select 0), (_x select 1)];
		}; 
	} else {
		_newUnit addMagazine _x; 
	};
} count _magazines;

and the error

Error in expression <e { _newUnit addMagazine _x; };
} count _magazines;

{
_newUnit addWeapon _x;
} >
  Error position: <_magazines;

{
_newUnit addWeapon _x;
} >
  Error Undefined variable in expression: _magazines
File mpmissions\__CUR_MP.Chernarus\scripts\skins\player_switchModel.sqf, line 73

 

Thats the only printed error to either of my reports. the other issue i am having is my character is invisible and the change skin doesnt function (or it does and I cannot see it!) tried with many different skins. Any assistance one can provide would be awesome!

This is an overpoch 1061 server that I know this script alone wasnt built to work on, just trying to get it there.

EDIT: I can see my body in first person but i am completely invisible in third

EDIT2: I now have no errors posting to my .rpts and i still have no success either.... sadness

I run test server, and fix this scripts with 1061additions, but ned fix in player_wearcloth :(

Link to comment
Share on other sites

  • 5 months later...
Error in expression <this select 0;
_unittype = Men_Clothing select _sel;													
dayz_actionInP>
  Error position: <select _sel;													
dayz_actionInP>
  Error Zero divisor
File mpmissions\__CUR_MP.Chernarus\Ktech\Mods\Skins\changeClothes.sqf, line 2

Getting this error when trying to change skins.

It doesnt do anything when i press change. All it does it output the skin name in systemchat.

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...