any one able to help?

bascially there are hardly any zombies spawning i,.e some times none and also heli copter crash sites arnt loading , any one fancy helping a nublet out?
 
The above would be helpful; also check your RPT for any error may give you a clue as to what is happening on your server.
 
First one i seen:
Code:
13:29:29 File z\addons\dayz_server\compile\server_spawnCrashSite.sqf, line 87
13:29:29 Error in expression <","weapon"], ["Sa58V_RCO_EP1","weapon"],;
_itemChance = [0.04, 0.03, 0.02, 0.02,>
13:29:29  Error position: <;
_itemChance = [0.04, 0.03, 0.02, 0.02,>

Another one maybe?:
Code:
13:29:33 Error in expression <ct 0;
_pos = _pos select 1;
_building = createVehicle [_result select 0, _pos, [>
13:29:33  Error position: <createVehicle [_result select 0, _pos, [>
13:29:33  Error Type Number, expected String
13:29:33 File z\addons\dayz_server\system\server_monitor.sqf, line 179

I would start there. then run it again.
 
First one i seen:
Code:
13:29:29 File z\addons\dayz_server\compile\server_spawnCrashSite.sqf, line 87
13:29:29 Error in expression <","weapon"], ["Sa58V_RCO_EP1","weapon"],;
_itemChance = [0.04, 0.03, 0.02, 0.02,>
13:29:29  Error position: <;
_itemChance = [0.04, 0.03, 0.02, 0.02,>

Another one maybe?:
Code:
13:29:33 Error in expression <ct 0;
_pos = _pos select 1;
_building = createVehicle [_result select 0, _pos, [>
13:29:33  Error position: <createVehicle [_result select 0, _pos, [>
13:29:33  Error Type Number, expected String
13:29:33 File z\addons\dayz_server\system\server_monitor.sqf, line 179

I would start there. then run it again.


Well the first error is from your heli crash loot. At the end of the Sa58 you have a unneeded comma after the bracket from what I see.

For the second one you will want to go look at your server_monitor.sqf in your dayz_server.pbo and see what is going on around line 179 like it says.
 
Back
Top