Server Error

Whenever I join my server I get this error listed in the image I listed below. Once I press continue it proceeds me into the game but still I would like to get rid of the error.

C84631D55C71C88EDBB3B22E369B0E77ACA60382


The following spoiler is a log I found in the RPT log that I think relate to the issue
Code:
if( count (_intentory) > 3)then{
_object setVariabl>
22:49:07   Error position: <_intentory) > 3)then{
_object setVariabl>
22:49:07   Error Undefined variable in expression: _intentory
22:49:07 File z\addons\dayz_server\system\server_monitor.sqf, line 181
22:49:07 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
american_law_enforcement
22:49:07 : Invalid parent bone 'osa_door_r1' for 'door_r1'
22:49:07 : Invalid parent bone 'osa_door_r2' for 'door_r2'
22:49:07 : Invalid parent bone 'osa_door_l1' for 'door_l1'
22:49:07 : Invalid parent bone 'osa_door_l2' for 'door_l2'
22:49:07 : Invalid parent bone 'osa_kapota' for 'kapota'
22:49:07 : Invalid parent bone 'osa_kufr' for 'kufr'
22:49:07 Error in expression <ount _inventory > 0) then {
 
Have you added the missing item to your Mission.sqm
like so:

version=11;
class Mission
{
addOns[]=
{
"napf",
"ca_modules_animals",
"dayz_anim",
"american_law_enforcement",
 
Back
Top