Triage Posted April 20, 2015 Report Share Posted April 20, 2015 Alright, I've had this happen to me TWICE already and I have no clue why. All the vehicles in the server just duplicate on top of each other. Does anyone else have this problem or ever had this problem happen to them? Link to comment Share on other sites More sharing options...
0 Guest Posted April 20, 2015 Report Share Posted April 20, 2015 Are you maybe calling the function twice? This never happened to me, only sometimes a dupe spawns when i used the vehicle claim script. Link to comment Share on other sites More sharing options...
0 Triage Posted April 20, 2015 Author Report Share Posted April 20, 2015 What function? The DynamicVehicle sqf? Edit: Here is what I'm getting in my RPT when I clear the object_data table to create new vehicles 22:48:51 "HIVE: Starting" 22:48:51 "HIVE: trying to get objects" 22:48:51 "HIVE: found 0 objects" 22:48:51 "HIVE: Commence Object Streaming..." 22:48:51 "HIVE: got 0 Epoch Objects and 0 Vehicles" 22:48:51 "HIVE: Starting" 22:48:51 "HIVE: trying to get objects" 22:48:51 Error in expression <})) then { if ((_hiveResponse select 1) == "Instance already initialized") then > 22:48:51 Error position: <== "Instance already initialized") then > 22:48:51 Error ==: Type Array, expected Number,String,Object,Side,Group,Text,Config entry,Display (dialog),Control,Team member,Task,Location 22:48:51 File z\addons\dayz_server\system\server_monitor.sqf, line 40 22:48:51 Error in expression <status = _result select 0; if (_status == "ObjectStreamStart") then { _val = _r> 22:48:51 Error position: <== "ObjectStreamStart") then { _val = _r> 22:48:51 Error Generic error in expression 22:48:51 File custom\system\server_monitor.sqf, line 298 Block of code on line 298 if (_status == "ObjectStreamStart") then { _val = _result select 1; //Stream Objects //diag_log ("HIVE: Commence Menu Streaming..."); call compile format["ServerTcache_%1 = [];",_traderid]; for "_i" from 1 to _val do { _data = "HiveEXT" callExtension _key; _result = call compile format ["%1",_data]; call compile format["ServerTcache_%1 set [count ServerTcache_%1,%2]",_traderid,_result]; _retrader set [count _retrader,_result]; }; //diag_log ("HIVE: Streamed " + str(_val) + " objects"); }; Any ideas? Link to comment Share on other sites More sharing options...
0 Guest Posted April 20, 2015 Report Share Posted April 20, 2015 Did you modify that file at all and how does it looks like? Can you paste it to pastebin.com (the server monitor) Link to comment Share on other sites More sharing options...
0 Triage Posted April 20, 2015 Author Report Share Posted April 20, 2015 http://pastebin.com/y3MZTQth I haven't, but this server monitor goes with RimBlock's PL4. Link to comment Share on other sites More sharing options...
0 Guest Posted April 20, 2015 Report Share Posted April 20, 2015 http://pastebin.com/y3MZTQth I haven't, but this server monitor goes with RimBlock's PL4. Thanks. In line 39 replace all || with &&: if ((((isnil "_hiveResponse") && {(typeName _hiveResponse != "ARRAY")}) && {((typeName (_hiveResponse select 1)) != "SCALAR")})) then { Then check, if your issue still occurs. //Edit: I'm very sorry, i'm just tired.. the changes above won't work, but i'll into it once i get up Link to comment Share on other sites More sharing options...
0 Triage Posted April 20, 2015 Author Report Share Posted April 20, 2015 Alright, thanks man. I really appreciate it. seelenapparat 1 Link to comment Share on other sites More sharing options...
0 Guest Posted April 20, 2015 Report Share Posted April 20, 2015 Alright, thanks man. I really appreciate it. Sorry i didn't see that before: in line 40 change "select 1" to "select 0". Pretty sure that is your error Link to comment Share on other sites More sharing options...
0 Triage Posted April 20, 2015 Author Report Share Posted April 20, 2015 Do you think it would effect the server if I had to server monitors being called from my init.sqf? Edit: SOLVED - Your server will not like it if you call to server_monitor.sqfs from your init.sqf. Thanks for taking the time to helping me getting this resolved UKMartin. *For Plot pole 4 life users. If you want to have two server monitors just merge them together, because it will screw your game up if you call two of them. Link to comment Share on other sites More sharing options...
0 ElDubya Posted April 20, 2015 Report Share Posted April 20, 2015 Do you think it would effect the server if I had to server monitors being called from my init.sqf? Edit: SOLVED - Your server will not like it if you call to server_monitor.sqfs from your init.sqf. Thanks for taking the time to helping me getting this resolved UKMartin. *For Plot pole 4 life users. If you want to have two server monitors just merge them together, because it will screw your game up if you call two of them. As with other files, I'm sure :) Triage 1 Link to comment Share on other sites More sharing options...
Question
Triage
Alright, I've had this happen to me TWICE already and I have no clue why. All the vehicles in the server just duplicate on top of each other. Does anyone else have this problem or ever had this problem happen to them?
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now