Players stuck on waiting for cha. to create after respawning

my server is constantly full with 50/50 players. whenever a player dies and goes to respawn this happens. they get stuck at waiting for charector to create and this comes up in the .rpt log. im not sure if the error below is the problem? please help will pay $$ for fix

Code:
12:41:21 Bad conversion: array
12:41:21 Error in expression <lse];
 
[CODE]_nearby = {isPlayer _x} count (_x nearEntities [["CAManBase"], 100]);
if (>
12:41:21  Error position: <nearEntities [["CAManBase"], 100]);
if (>
12:41:21  Error 0 elements provided, 3 expected
12:41:21 File z\addons\dayz_server\init\owcleanup.sqf, line 132

12:41:22 Server: Object 65:38 not found (message 221)
12:41:28 Bad conversion: array
12:41:28 Error in expression <lse];
_nearby = {isPlayer _x} count (_x nearEntities [["CAManBase"], 100]);
if (>
12:41:28 Error position: <nearEntities [["CAManBase"], 100]);
if (>
12:41:28 Error 0 elements provided, 3 expected
12:41:28 File z\addons\dayz_server\init\owcleanup.sqf, line 132
12:41:31 Bad conversion: array
12:41:31 Error in expression <lse];
_nearby = {isPlayer _x} count (_x nearEntities [["CAManBase"], 100]);
if (>
12:41:31 Error position: <nearEntities [["CAManBase"], 100]);
if (>
12:41:31 Error 0 elements provided, 3 expected
12:41:31 File z\addons\dayz_server\init\owcleanup.sqf, line 132
12:41:34 "STARTING LOGIN: ["22565958",B 1-3-M:1 (shurpovich) REMOTE]"
12:41:34 "LOGIN ATTEMPT: "22565958" shurpovich"
12:41:34 "LOGIN LOADED: B 1-3-M:1 (shurpovich) REMOTE Type: Survivor1_DZ"
12:41:35 "STARTING LOGIN: ["54850502",B 1-3-M:2 (ebula) REMOTE]"
12:41:35 "LOGIN ATTEMPT: "54850502" ebula"
12:41:35 "LOGIN LOADED: B 1-3-M:2 (ebula) REMOTE Type: Survivor1_DZ"
12:41:35 "Adding MPHit EH for B 1-3-L:1 (shurpovich) REMOTE"
12:41:36 "LOGIN PUBLISHING: UID#22565958 CID#32300 PID#69(shurpovich) as Survivor2_DZ should spawn at Cap Golova [89:132]"
12:41:36 "ERROR: server_playerSync: Cannot Sync Player shurpovich [32300]. Position in debug! [-18697.6,25815.3,0]"[/CODE]
 
Back
Top