Jump to content
  • 0

RPT help


Drew22

Question

7:22:29 "HIVE: Vehicle Spawn limit reached!"
7:22:29 "HIVE: Spawning # of Debris: 100"
7:22:29 "HIVE: Spawning # of Ammo Boxes: 3"
7:22:29 "HIVE: Spawning # of Veins: 50"
7:22:29 "Total Number of spawn locations 5"
7:22:30 "EPOCH EVENTS INIT"

 

7:22:28 Error in expression < compile format ["%1",_data];
_status = _result select 0;

if (_status == "Objec>
7:22:28 Error position: <_result select 0;

if (_status == "Objec>
7:22:28 Error Undefined variable in expression: _result
7:22:28 File z\addons\dayz_server\system\server_monitor.sqf, line 268

 

 

 

 

------------------------------------------------------------------------------

 

 

Hasn't really messed up the server just dont know what it is or what its hurting any help would be appreciated.

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Anyone know what this goes to?

 

 

 

 

// get tids
_traderData = call compile format["menu_%1;",_x];
if(!isNil "_traderData") then {
{
_traderid = _x select 1;
 
_retrader = [];
 
_key = format["CHILD:399:%1:",_traderid];
_data = "HiveEXT" callExtension _key;
 
//diag_log "HIVE: Request sent";
 
//Process result
_result = call compile format ["%1",_data];
_status = _result select 0;
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
  • Advertisement
  • Discord

×
×
  • Create New...