Jump to content

1.0.5.1 Deathboard shows only 1 entry


Deeplînk

Recommended Posts

The deathboard only shows the first kill, nothing more.

In the client rpt log you can find this:

 

Error in expression <dialog "EpochDeathBoardDialog";

{
lbAdd [EpochDeathBoardDialogList, (_x se>
  Error position: <lbAdd [EpochDeathBoardDialogList, (_x se>
  Error Type Number, expected Bool
File z\addons\dayz_code\compile\player_murderMenu.sqf, line 24
Error in expression <ge } ];
_x allowDamage true;
};
};

Error in expression <epoch_death_board_record_0;>
  Error position: <epoch_death_board_record_0;>
  Error Undefined variable in expression: epoch_death_board_record_0
 

 

Link to comment
Share on other sites

  • 2 weeks later...

server:

fnc_playerHit.sqf

 

find

        if ((_weapon select 0) == "Throw") then
            {_weapon = (_weapon select 3);}
        else
            {_weapon = (_weapon select 0);};

replace

if !(isNil "_weapon") then
    {
        if ((_weapon select 0) == "Throw") then
            {_weapon = (_weapon select 3);}
        else
            {_weapon = (_weapon select 0);};
    };
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...