Jump to content

how to remove infected mod ?


Nox

Recommended Posts

In server pbo, look for compile\server_playerLogin.sqf, line 95 (if you haven't changed the file)

_isInfected =	_primary select 3;
_model =		_primary select 4;
_hiveVer =		_primary select 5;
if (isNil "_model") then {
	_model = "Survivor2_DZ";
} else {
	if (_model == "") then {
		_model = "Survivor2_DZ";
	};
};

Change to

_isInfected = 0;
_model = _primary select 4;
_hiveVer = _primary select 5;
_model = "Survivor2_DZ";

This should work, not test tho

Link to comment
Share on other sites

  • 3 weeks 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
  • Advertisement
  • Discord

×
×
  • Create New...