Jump to content
  • 0

How to disable knockout after combat log ????


FreedomHolland

Question

1 answer to this question

Recommended Posts

  • 0

Well im not complete sure but i want to help point you in the right direction i believe the setting will be in the Dayz_server.pbo under player_disconnect which from what i can tell is what informs the data base that you are "combat logging" 

 

 

try edditing this bit out i think that might work 

 

/*if ((_timeout - time) > 0) then {
 
    _object setVariable["NORRN_unconscious",true, true];
    _object setVariable["unconsciousTime",300,true];
#ifdef DZE_SERVER_DEBUG
    diag_log format["COMBAT LOGGED: %1 (%2)", _playerName,_timeout];
//diag_log format["SET UNCONCIOUSNESS: %1", _playerName];
#endif
 
// Message whole server when player combat logs
_message = format["PLAYER COMBAT LOGGED: %1",_playerName];
[nil,nil,"per",rTITLETEXT,_message,"PLAIN DOWN"] call RE;
};*/
Link to comment
Share on other sites

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...