rpt log error

dmustanger

New Member
im getting this error in the rpt log and all vehicles disappear when you get close to them.

20:42:14 Error in expression <n {"NONE"} else {"CAN_COLLIDE"}
];
if (_ownerID == "0") then {_entity setVariab>
20:42:14 Error position: <_ownerID == "0") then {_entity setVariab>
20:42:14 Error Undefined variable in expression: _ownerid
20:42:14 File z\addons\dayz_server\system\server_monitor.sqf, line 119
 
error for wrecks

Error in expression <ttype) do {
case "Military": {
lootType[] = {
{"M9","weapon",0.05}, {"M16A2","w>
20:40:28 Error position: <[] = {
{"M9","weapon",0.05}, {"M16A2","w>
20:40:28 Error Missing ;
20:40:28 File z\addons\dayz_server\compile\fnc_wrecks.sqf, line 21

error for care packages

Error in expression <ttype) do {
case "Military": {
lootType[] = {
{"M9","weapon",0.05}, {"M16A2","w>
20:40:28 Error position: <[] = {
{"M9","weapon",0.05}, {"M16A2","w>
20:40:28 Error Missing ;
20:40:28 File z\addons\dayz_server\compile\fnc_carePkgs.sqf, line 20
 
error for wrecks

Error in expression <ttype) do {
case "Military": {
lootType[] = {
{"M9","weapon",0.05}, {"M16A2","w>
20:40:28 Error position: <[] = {
{"M9","weapon",0.05}, {"M16A2","w>
20:40:28 Error Missing ;
20:40:28 File z\addons\dayz_server\compile\fnc_wrecks.sqf, line 21

error for care packages

Error in expression <ttype) do {
case "Military": {
lootType[] = {
{"M9","weapon",0.05}, {"M16A2","w>
20:40:28 Error position: <[] = {
{"M9","weapon",0.05}, {"M16A2","w>
20:40:28 Error Missing ;
20:40:28 File z\addons\dayz_server\compile\fnc_carePkgs.sqf, line 20



Meh, the fixes didn't work then. I have corrected the vehicles, I will work on these.
 
I have pushed a fix for the wrecks, there does not seem to be any errors related to these any longer.
 
now getting a few new errors.

Error in expression <n {_entity setVariable ["ObjectID", str(_idKey), true];} else {_entity setVariab>
17:07:37 Error position: <_idKey), true];} else {_entity setVariab>
17:07:37 Error Undefined variable in expression: _idkey
17:07:37 File z\addons\dayz_server\system\server_monitor.sqf, line 119


17:07:37 Error in expression <0";
};

if (!_parachuteWest) then {
if (_objectID == "0" && _uid == "0") then
{
>
17:07:37 Error position: <_objectID == "0" && _uid == "0") then
{
>
17:07:37 Error Undefined variable in expression: _objectid
17:07:37 File z\addons\dayz_server\compile\server_updateObject.sqf, line 34


17:07:37 Error in expression <le ["ObjectUID","0"];
};

if ((typeName _objectID != "string") || (typeName _uid>
17:07:37 Error position: <_objectID != "string") || (typeName _uid>
17:07:37 Error Undefined variable in expression: _objectid
17:07:37 File z\addons\dayz_server\compile\server_updateObject.sqf, line 23
 
Back
Top