安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








- extDB3_var_loaded = true;
+ extDB3_var_loaded = compileFinal "true";
so init domination initServer.sqf "if" function doesnt work, that validates, if extDB3 is loaded
11:26:25 [20513,92.191,0,"Executing MPF initServer.sqf"]
11:26:25 Error in expression <lse;
if (!isNil "extDB3_var_loaded" && {extDB3_var_loaded}) then {
private _uins>
11:26:25 Error position: <extDB3_var_loaded}) then {
private _uins>
11:26:25 Error Type code, expected Bool
11:26:25 File mpmissions\__cur_mp.altis\initServer.sqf, line 12
11:26:25 Error in expression <erver) then {
d_database_found = false;
if (!isNil "extDB3_var_loaded" && {extDB>
11:26:25 Error position: <if (!isNil "extDB3_var_loaded" && {extDB>
11:26:25 Error if: Type code, expected Bool
11:26:25 File mpmissions\__cur_mp.altis\initServer.sqf, line 12
Variable "extDB3_var_loaded" is expected to be Bool type, but as it was changed in newer extdb3.pbo from
extDB3_var_loaded = true;
to
extDB3_var_loaded = compileFinal "true";
So now this variable type is "Code" and connection to to database not established.
https://bitbucket.org/torndeco/extdb3/issues/79/database-connection-failing-from-build
Meh, that's a change which breaks a lot of missions using extdb3. You can't check for a simple boolean expression anymore but have to call extDB3_var_loaded now to get a result.
([23: 45: 56: 465154 +03: 00] [Thread 11796] extDB3: Config Error: Domination: No such node (Domination.IP)
extdb3-config.ini
[Domination]
IP = 192.168.0.14
Port = 3306
Username = dominationadmin
Password = password
Database = domination
PS https://bitbucket.org/torndeco/extdb3/issues/85/extdb3-error-no-such-node-ip no comment (((
any help