Jump to content
  • 0

A couple errors and script problem


Skyler95

Question

Having a few problems and I just don't know enough about reading RPT and trying to fix the issue by looking at them. I can get pointed in the right direction and tinker with things but I never get the issue solved. Everything is working on the server except for my doormanagement which I'm using this one by zupa. I have everything working except the manage door part it shows up and I am able to click it and the menu pops up but when clicking on a players name then clicking add nothing happens they don't get moved over to doorfriends I checked the rpt and I didn't see anything related to this but I did find some other things. If anyone could give me a hand and help me figure this out I'd appreciate it, thanks in advance.

 

Here is my rpt errors from a fresh restart and launch of the server I do not notice anything about door manage or addfriends in there so I don't know whats up with not being able to add someone to the door.

_object getVariable["bankMoney",0>
20:12:58   Error Missing [
20:12:58 File z\addons\dayz_server\compile\server_updateObject.sqf, line 82
20:12:58 Error in expression <argo _object,
getBackpackCargo _object,
];
};

_object getVariable["bankMoney",0>
20:12:58   Error position: <];
};
if ((count _intentory > 0) && !(typeOf( _object) in>
20:11:25   Error position: <_intentory > 0) && !(typeOf( _object) in>
20:11:25   Error Undefined variable in expression: _intentory
20:11:25 File z\addons\dayz_server\system\server_monitor.sqf, line 197
20:11:25 Error in expression <["OEMPos", _pos, true];

};

Full rpt pasted here: http://pastebin.com/KNpnjTzu

 

Here is my server_monitor.sqf: http://pastebin.com/NnvBF2N5

Here is my server_updateobject.sqf: http://pastebin.com/JX6mrXR3

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

IP 192.254.71.229:4802

 

It wasn't working due to a reason with the "intentory" in zupas script for single currency kind of weird why that had any effect on it at all. Once I changed that to inventory it started working also fixing the error in the update object file was part of the reason it didn't work as well.

Link to comment
Share on other sites

  • 0
On 4/9/2016 at 0:24 AM, Skyler95 said:

Having a few problems and I just don't know enough about reading RPT and trying to fix the issue by looking at them. I can get pointed in the right direction and tinker with things but I never get the issue solved. Everything is working on the server except for my doormanagement which I'm using this one by zupa. I have everything working except the manage door part it shows up and I am able to click it and the menu pops up but when clicking on a players name then clicking add nothing happens they don't get moved over to doorfriends I checked the rpt and I didn't see anything related to this but I did find some other things. If anyone could give me a hand and help me figure this out I'd appreciate it, thanks in advance.

 

Here is my rpt errors from a fresh restart and launch of the server I do not notice anything about door manage or addfriends in there so I don't know whats up with not being able to add someone to the door.


_object getVariable["bankMoney",0>
20:12:58   Error Missing [
20:12:58 File z\addons\dayz_server\compile\server_updateObject.sqf, line 82
20:12:58 Error in expression <argo _object,
getBackpackCargo _object,
];
};

_object getVariable["bankMoney",0>
20:12:58   Error position: <];
};

if ((count _intentory > 0) && !(typeOf( _object) in>
20:11:25   Error position: <_intentory > 0) && !(typeOf( _object) in>
20:11:25   Error Undefined variable in expression: _intentory
20:11:25 File z\addons\dayz_server\system\server_monitor.sqf, line 197
20:11:25 Error in expression <["OEMPos", _pos, true];

};

Full rpt pasted here: http://pastebin.com/KNpnjTzu

 

Here is my server_monitor.sqf: http://pastebin.com/NnvBF2N5

Here is my server_updateobject.sqf: http://pastebin.com/JX6mrXR3

you will need to go through all your server and mission files and change "intentory" to "inventory".  That will solve one of your problems

Used notepad ++, and use the "search in files" function.  That will search for one word, in multiple files in the folder you specify to look into.

 

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
  • Discord

×
×
  • Create New...