Hallo Henne
Oh em das hab ich wohl übersehen ![]()
diese fehler zeigt er mir an wenn ich auf dem server connecten will.
allerdings habe ich mir die datein schon angeschaut aber nicht wirklich ein fehler darin gesehen.. ![]()
hier mal der auszug von der datei fn_ssv.sqf zeile 98 - 105.
Code
diag_log "<SSV> updating XY_virtShops";
private _shopList = ([ "getConfigTraders", true ] call XYDB_fnc_asyncCall);
if( isNil "XY_virtShops" || { !(XY_virtShops isEqualTo _shopList) } ) then {
diag_log "<SSV> publish XY_virtShops";
XY_virtShops = _shopList;
publicVariable "XY_virtShops";
};
und hier der auszug von der datei fn_asyncCall.sqf zeile 63-66.
Code
if( (_result select 0) isEqualTo 0 ) then {
diag_log format ["extDB3: Protocol Error: %1", _result select 1];
};
_result select 1;
nun weis ich aber gerade nicht, wo da der fehler sein soll ![]()