Deeplînk 3 Report post Posted June 26, 2014 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 Quote Share this post Link to post Share on other sites
NoNameUltima 1 Report post Posted July 6, 2014 same problem...... if enable showScriptError: error Type Number, expected Bool line24 Quote Share this post Link to post Share on other sites
NoNameUltima 1 Report post Posted July 6, 2014 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);}; }; Quote Share this post Link to post Share on other sites