Zombie's dont spawn (help)

Hello i added some scripts to me mission and updated it to 1.7.6 i use Reality Dayz
every thing works what i added but now the zombies dont spawn
now its not dayz but day XD

the things i found in the startup log is this

Code:
1:30:32 Warning: z\addons\dayz_communityassets\models\soda_clays_clean_full.p3d:0 Error while trying to generate ST for points: 141, 143, 175
Code:
1:30:16 Error in expression <ct 0;
_pos = _pos select 1;
_building = createVehicle [_result select 0, _pos, [>
1:30:16 Error position: <createVehicle [_result select 0, _pos, [>
1:30:16 Error Type Number, expected String
1:30:16 File z\addons\dayz_server\system\server_monitor.sqf, line 179
1:30:16 Error in expression <ct 0;
_pos = _pos select 1;
_building = createVehicle [_result select 0, _pos, [>
1:30:16 Error position: <createVehicle [_result select 0, _pos, [>
1:30:16 Error Type Number, expected String
1:30:16 File z\addons\dayz_server\system\server_monitor.sqf, line 179
1:30:17 "SERVER: Spawned 572 buildings!"
1:30:17 Error in expression <+ " buildings!");
};
 
_result = [];
if (staticTime == 1) then {
_result = ["PASS>
1:30:17 Error position: <staticTime == 1) then {
_result = ["PASS>
1:30:17 Error Undefined variable in expression: statictime
1:30:17 File z\addons\dayz_server\system\server_monitor.sqf, line 187
Code:
1:30:03 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon
1:30:03 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl
1:30:04 Bad conversion: array
1:30:04 Error in expression <le ""BTC_rope""] == ""1"""];
} foreach (nearestObjects [player, BTC_roping_chopp>
1:30:04 Error position: <nearestObjects [player, BTC_roping_chopp>
1:30:04 Error 0 elements provided, 3 expected
1:30:04 File mpmissions\__cur_mp.chernarus\=BTC=_fast_roping\=BTC=_fast_roping_init.sqf, line 9
1:30:05 "AIUNIT: Spawn initiated: Centre:[14088.3,2751.56,0] | Radius in m:100 | Waypoint number:5"
1:30:05 Warning: z\addons\dayz_communityassets\models\compass.p3d:0 Error while trying to generate ST for points: 863, 853, 852
 
Back
Top