Shit, falscher Bereich! Einmal Moven pls
Beiträge von MILLER-CONTROLS
-
-
Hay!
Ich habe mich ja im letzten Thread an die Skins gesetzt, jetzt ist mir dieser Truck Boxer der eigentlich als RTW dienen soll so rausgekommen. Ehm ja ich weiß das
es irgendwie 2 Dateien sind aber wie rum? Keine Ahnung! xDUnd zweites Problem ist wo spawnt mein Heli? Wie kann ich einen Spawnpunkt für Medics erstellen also für Medic Air?
Hier die Ausschnitte:
Code
Alles anzeigen{ "Weiss", "civ", { "\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa" } }, { "Rot", "civ", { "\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa" } }, { "Feuerwehr", "med", { "textures\Skins\Feuerwehr\FF_Truck_heck.paa", "textures\Skins\Feuerwehr\FF_TRUCK.paa" } }, { "Schwarz", "civ", { "\a3\soft_f_gamma\Van_01\Data\van_01_ext_black_co.paa" } }
Danke im Vorraus!
Over and OutRene
-
Dankeeee
es hat geklappt nach 5 Stunden Photoshop und 5 Stunden Scripten xD
-
Hay
ich kann nicht mehr im Auto Shop der Polizisten Autos sehen
alles andere geht.Code
Alles anzeigenclass CarShops { /* Format: { Classname, rental price, license required, { varname, >= value } } { varname, >= value} this is a "level" requirement mainly used by cops and rebels, do not fill this in if you are not utilizing it. */ class civ_car { side = "civ"; vehicles[] = { { "B_Quadbike_01_F", 2500, "" }, { "C_Hatchback_01_F", 9500, "driver" }, { "C_Offroad_01_F", 12500, "driver" }, { "C_SUV_01_F", 30000, "driver" }, { "C_Hatchback_01_sport_F", 40000, "driver" }, { "C_Van_01_transport_F", 45000, "driver" }, { "C_Van_01_box_F", 45000, "driver" }, { "C_Van_01_fuel_F", 45000, "driver" } }; }; class kart_shop { side = "civ"; vehicles[] = { { "C_Kart_01_Blu_F", 15000 , "driver" }, { "C_Kart_01_Fuel_F", 15000, "driver" }, { "C_Kart_01_Red_F", 15000, "driver" }, { "C_Kart_01_Vrana_F", 15000, "driver" } }; }; class med_shop { side = "med"; vehicles[] = { { "C_Offroad_01_F", 10000, "" }, { "C_Hatchback_01_F", 25000, "" }, { "C_SUV_01_F", 45000, "" }, { "C_Van_01_box_F", 60000, "" }, { "C_Hatchback_01_sport_F", 60000, "" } }; }; class med_air_hs { side = "med"; vehicles[] = { { "C_Heli_Light_01_civil_F", 50000, "mAir" }, { "O_Heli_Light_02_unarmed_F", 75000, "mAir" }, { "I_Heli_light_03_unarmed_F", 75000, "mAir" } }; }; class civ_truck { side = "civ"; vehicles[] = { { "I_Truck_02_transport_F", 60000, "truck" }, { "I_Truck_02_covered_F", 75000, "truck" }, { "I_Truck_02_fuel_F", 100000, "truck" }, { "O_Truck_03_transport_F", 275000, "truck" }, { "O_Truck_03_covered_F", 200000, "truck" }, { "O_Truck_03_fuel_F", 250000, "truck" }, { "O_Truck_03_device_F", 350000, "truck" }, { "O_Truck_03_repair_F", 450000, "truck" }, { "B_Truck_01_transport_F", 450000, "truck" }, { "B_Truck_01_covered_F", 450000, "truck" }, { "B_Truck_01_box_F", 450000, "truck" }, { "B_Truck_01_fuel_F", 450000, "truck" } }; }; class reb_car { side = "civ"; vehicles[] = { { "B_Quadbike_01_F", 2500, "" }, { "B_G_Offroad_01_F", 15000, "" }, { "O_MRAP_02_F", 150000, "" }, { "B_Heli_Light_01_F", 325000, "" }, { "B_G_Offroad_01_armed_F", 750000, "rebel" } }; }; class cop_car { vehicles[] = { side = "cop"; { "B_Quadbike_01_F", 30000, "", { "life_coplevel", 1 } }, { "C_Offroad_01_F", 5000, ""}, { "C_SUV_01_F", 20000, "" }, { "C_Hatchback_01_F", 9500, ""}, { "C_Hatchback_01_sport_F", 40000, ""} }; }; class civ_air { side = "civ"; vehicles[] = { { "B_Heli_Light_01_F", 253000, "pilot" }, { "O_Heli_Light_02_unarmed_F", 750000, "pilot" } }; }; class cop_air { side = "cop"; vehicles[] = { { "B_Heli_Light_01_F", 75000, "cAir" }, { "O_Heli_Light_02_unarmed_F", 200000, "cAir", { "life_coplevel", 2 } }, { "I_Heli_light_03_unarmed_F", 200000, "cAir", { "life_coplevel", 3 } } }; }; class cop_airhq { side = "civ"; vehicles[] = { { "B_Heli_Light_01_F", 75000, "cAir" }, { "O_Heli_Light_02_unarmed_F", 200000, "cAir", { "life_coplevel", 2 } }, { "I_Heli_light_03_unarmed_F", 200000, "cAir", { "life_coplevel", 3 } } }; }; class cop_ship { side = "cop"; vehicles[] = { { "B_Boat_Transport_01_F", 3000, "coastguard" }, { "C_Boat_Civil_01_police_F", 20000, "coastguard" }, { "B_Boat_Armed_01_minigun_F", 75000, "coastguard" }, { "B_SDV_01_F", 100000, "coastguard" } }; }; class civ_ship { side = "civ"; vehicles[] = { { "C_Rubberboat", 5000, "boat" }, { "C_Boat_Civil_01_F", 22000, "boat" }, { "B_SDV_01_F", 150000, "boat" } }; }; };
-
Bei mir hat es danach funktioniert ich vergesse diese Scheiße immer mit dem Pbo Zeug
lol lol
-
Unterschied? zwischen B und C?
-
Sorry lol bei mir habe ich den Fehler aber auch, das er die nicht hinzufügt. Nur die Nachricht erscheint.
-
Hay,
ich habe seitdem ich versuche die Autoskins zu laden ein Problem
Im Shop werden die Autos aufgelistet, aber dieses Feld mit der Auswahl des Skins ist nicht da :p!
RPT steht nix, Vehicle poste ich euch hier.Danke im Vorraus! lol lol
-
-
geklärt
ich horst hab keinen Exdb Ordner drin
-
Kann geclosed werden!
-
Hallo,
ich habe zurzeit ein kleines Problem. Ja ich habe das Thirty Script Pack installiert. Ja die Live Server ist fehlerhaft.
Wenn ich auf den Server komme bekomme ich die Fehlermeldung: Frage Spielerinformationen von UID ab. .
Erster Eindruck:
Shit.
MySQL Fehler
Nach RPT durchlesen weiß ich das in Live Server MYSQL kaputt ist. :p
Danke im vorraus!!MFG
Fehlermeldungen:
Code: asyncCall.sqf
Alles anzeigen/* File: fn_asyncCall.sqf Author: Bryan "Tonic" Boardwine Description: Commits an asynchronous call to Arma2MySQL Parameters: 0: STRING (Query to be ran). 1: INTEGER (1 = ASYNC + not return for update/insert, 2 = ASYNC + return for query's). 3: BOOL (True to return a single array, false to return multiple entries mainly for garage). */ waitUntil {!DB_Async_Active}; private["_queryStmt","_queryResult","_key","_mode","_return"]; _queryStmt = [_this,0,"",[""]] call BIS_fnc_param; _mode = [_this,1,1,[0]] call BIS_fnc_param; _multiarr = [_this,2,false,[false]] call BIS_fnc_param; if(_queryStmt == "") exitWith {"_INVALID_SQL_STMT"}; _return = false; DB_Async_Active = true; _queryResult = ""; _key = "extDB" callExtension format["%1:%2:%3",_mode,(call life_sql_id),_queryStmt]; if(_mode == 1) exitWith {DB_Async_Active = false; true}; _key = call compile format["%1",_key]; _key = _key select 1; waitUntil{sleep (random .03); !DB_Async_ExtraLock}; DB_Async_ExtraLock = true; while{true} do { _pipe = "extDB" callExtension format["5:%1",_key]; if(_pipe == "") exitWith {}; if(_pipe != "[3]") then { _queryResult = format["%1%2",_queryResult,_pipe]; } else { sleep 0.35; }; }; DB_Async_ExtraLock = false; DB_Async_Active = false; //Get the Array of information blah blah _queryResult = call compile format["%1",_queryResult]; //Make everything possible for DB_RAW_V2 _queryResult = (_queryResult select 1); if(count (_queryResult select 1) == 0) exitWith {[]}; _return = (_queryResult select 1) select 0; if(_multiarr) then { _return = (_queryResult select 1); }; _return;
Code
Alles anzeigen"------------------------------------------------------------------------------------------------------" "------------------------------------- Initializing ThirtySeven ---------------------------------------" "------------------------------------------------------------------------------------------------------" "::TS Client:: ThirtySeven setting up main Variables done!" "Server FSM timer" "::TS Client:: External Scripts done" "------------------------------------------------------------------------------------------------------" " End of ThirtySeven Life Init :: Total Execution Time 0.0250244 seconds " "------------------------------------------------------------------------------------------------------" Attempt to override final function - life_fnc_tabletfunc Attempt to override final function - life_fnc_clientah Attempt to override final function - life_fnc_serverah Attempt to override final function - life_fnc_antihack2 Attempt to override final function - life_fnc_antihack3 Attempt to override final function - life_fnc_antihack4 Attempt to override final function - life_fnc_antihack5 Attempt to override final function - life_fnc_antihack6 Attempt to override final function - life_fnc_anticheat Attempt to override final function - life_fnc_ban Error in expression < call compile format["%1",_key]; _key = _key select 1; waitUntil{sleep (random > Error position: <_key select 1; waitUntil{sleep (random > Error Undefined variable in expression: _key File life_server\Functions\MySQL\fn_asyncCall.sqf, line 26 Mission id: 05210d9998be6566e245bbe351f17d452ddf14eb Error in expression <e = "extDB" callExtension format["5:%1",_key]; if(_pipe == "") exitWith {}; if(_> Error position: <_key]; if(_pipe == "") exitWith {}; if(_> Error Undefined variable in expression: _key File life_server\Functions\MySQL\fn_asyncCall.sqf, line 31 Error in expression <t["%1",_queryResult]; _queryResult = (_queryResult select 1); if(count (_quer> Error position: <_queryResult select 1); if(count (_quer> Error Undefined variable in expression: _queryresult File life_server\Functions\MySQL\fn_asyncCall.sqf, line 46 Error in expression <_asyncCall) select 0; for [{_x=0},{_x<=_count},{_x=_x+10}] do { waitUntil{!DB_A> Error position: <_count},{_x=_x+10}] do { waitUntil{!DB_A> Error Undefined variable in expression: _count File life_server\Functions\Housing\fn_initHouses.sqf, line 11 Error in expression < call compile format["%1",_key]; _key = _key select 1; waitUntil{sleep (random > Error position: <_key select 1; waitUntil{sleep (random > Error Undefined variable in expression: _key File life_server\Functions\MySQL\fn_asyncCall.sqf, line 26 Error in expression <e = "extDB" callExtension format["5:%1",_key]; if(_pipe == "") exitWith {}; if(_> Error position: <_key]; if(_pipe == "") exitWith {}; if(_> Error Undefined variable in expression: _key File life_server\Functions\MySQL\fn_asyncCall.sqf, line 31 Error in expression <t["%1",_queryResult]; _queryResult = (_queryResult select 1); if(count (_quer> Error position: <_queryResult select 1); if(count (_quer> Error Undefined variable in expression: _queryresult File life_server\Functions\MySQL\fn_asyncCall.sqf, line 46 "------------- Client Query Request -------------" "QUERY: SELECT playerid, name, cash, bankacc, adminlevel, donatorlvl, civ_licenses, arrested, civ_gear FROM players WHERE playerid='76561198250937300'" "Time to complete: 0.0910034 (in seconds)" "Result: any" "------------------------------------------------" Error in expression <ickTime)]; diag_log format["Result: %1",_queryResult]; diag_log "---------------> Error position: <_queryResult]; diag_log "---------------> Error Undefined variable in expression: _queryresult File life_server\Functions\MySQL\fn_queryRequest.sqf, line 39 Error in expression < call compile format["%1",_key]; _key = _key select 1; waitUntil{sleep (random > Error position: <_key select 1; waitUntil{sleep (random > Error Undefined variable in expression: _key File life_server\Functions\MySQL\fn_asyncCall.sqf, line 26 Error in expression <e = "extDB" callExtension format["5:%1",_key]; if(_pipe == "") exitWith {}; if(_> Error position: <_key]; if(_pipe == "") exitWith {}; if(_> Error Undefined variable in expression: _key File life_server\Functions\MySQL\fn_asyncCall.sqf, line 31 Error in expression <lect 0; if(_multiarr) then { _return = (_queryResult select 1); }; _return; > Error position: <_queryResult select 1); }; _return; > Error Undefined variable in expression: _queryresult File life_server\Functions\MySQL\fn_asyncCall.sqf, line 51 Error in expression <t["%1",_queryResult]; _queryResult = (_queryResult select 1); if(count (_quer> Error position: <_queryResult select 1); if(count (_quer> Error Undefined variable in expression: _queryresult File life_server\Functions\MySQL\fn_asyncCall.sqf, line 46 Error in expression <,true] call DB_fnc_asyncCall; if(count _houses == 0) exitWith {}; { _pos = call> Error position: <_houses == 0) exitWith {}; { _pos = call> Error Undefined variable in expression: _houses File life_server\Functions\Housing\fn_houseCleanup.sqf, line 12 Warning: Cleanup player - person 2:8 not found Error in expression < call compile format["%1",_key]; _key = _key select 1; waitUntil{sleep (random > Error position: <_key select 1; waitUntil{sleep (random > Error Undefined variable in expression: _key File life_server\Functions\MySQL\fn_asyncCall.sqf, line 26 EPE manager release (27|78|0) Number of actors in scene after release: 27 EPE manager release (0|27|0) Item STR_Global_Yes listed twice Item STR_Global_No listed twice Item STR_Global_Close listed twice Item STR_NOTF_ActionCancel listed twice Unsupported language English in stringtable Item STR_Global_Yes listed twice Item STR_Global_No listed twice Item STR_Global_Close listed twice Item STR_NOTF_ActionCancel listed twice Unsupported language English in stringtable Mission Altis_Life.Altis: Number of roles (106) is different from 'description.ext::Header::maxPlayer' (80)
-
Hay,
ich habe mal wieder probiert was aufzusetzen und zack geht nix mehr :p
bei mir trotz richtig erfolgter Schritte immer ein Setting up Client.
Ich verstehe nicht ganz was das Problem ist. Ging sonst auch immer?
Datenbank heißt Arma3Life
Importiert unter neuen Schema Arma3Life
(MySQL) - Localhost - 127.0.0.1 - 3306Bitte um Hilfe!
Over and Out
ReneCode
Alles anzeigen8:55:43 InitSound ... 8:55:43 InitSound - complete 8:55:43 PhysX3 SDK Init started ... 8:55:43 PhysX3 SDK Init ended. 8:55:44 Warning Message: Script \life_server\Functions\DynMarket\fn_calculatePrices.sqf not found 8:55:44 Warning Message: Script \life_server\Functions\DynMarket\fn_config.sqf not found 8:55:44 Warning Message: Script \life_server\Functions\DynMarket\fn_getUpdate.sqf not found 8:55:44 Warning Message: Script \life_server\Functions\DynMarket\fn_HandleDB.sqf not found 8:55:44 Warning Message: Script \life_server\Functions\DynMarket\fn_playerLogged.sqf not found 8:55:44 Warning Message: Script \life_server\Functions\DynMarket\fn_sleeper.sqf not found 8:55:44 Attempt to override final function - rscminimap_script 8:55:44 Attempt to override final function - rscdisplayloading_script 8:55:44 Attempt to override final function - rscdisplayloading_script 8:55:44 Attempt to override final function - rscdisplayloading_script 8:55:44 Attempt to override final function - rscdiary_script 8:55:44 Attempt to override final function - rscdisplaysinglemission_script 8:55:44 Attempt to override final function - rscdiary_script 8:55:44 Attempt to override final function - rscdisplayremotemissions_script 8:55:44 Attempt to override final function - rscdisplayloading_script 8:55:44 Attempt to override final function - rscdiary_script 8:55:44 Attempt to override final function - rscdiary_script 8:55:44 Attempt to override final function - rscdisplaystrategicmap_script 8:55:44 Attempt to override final function - rscdisplaycommon_script 8:55:44 Attempt to override final function - rscdisplaygarage_script 8:55:45 Attempt to override final function - rscdisplayloading_script 8:55:45 Attempt to override final function - rscdisplaycurator_script 8:55:45 Attempt to override final function - rscdisplayattributes_script 8:55:45 Attempt to override final function - rscdisplayattributes_script 8:55:45 Attempt to override final function - rscdisplayattributes_script 8:55:45 Attempt to override final function - display3deneditattributes_script 8:55:45 Attempt to override final function - display3deneditattributes_script 8:55:45 Attempt to override final function - rscdisplayhostsettings_script 8:55:45 Attempt to override final function - rscdisplaycommon_script 8:55:45 Attempt to override final function - rscdisplaydebriefing_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - rscunitinfo_script 8:55:45 Attempt to override final function - slidertime_script 8:55:45 Attempt to override final function - slidertime_script 8:55:45 Attempt to override final function - slidertime_script Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 Version: 2 GlobalFlags: 0 DLCFlags: 7 DLCHashes: 1636478954 -1247962422 1197120697 Mods(2): Hash: -1515629901 PublishedId: 0 Name: @life_server Hash: 0 PublishedId: 0 Name: @extDB2 Difficulty: 0 AILevel: 0 FlightModel: 0 ThirdPersonCamera: 0 WeaponCrosshair: 0 Signatures: encodedStream length: 66 encodedStream: ꯊaʚݵٜZGԒɥ@life_server@extDB2 parts size:1) part(66): ꯊaʚݵٜZGԒɥ@life_server@extDB2 Connected to Steam servers Unsupported language English in stringtable Unsupported language English in stringtable Mission Altis_Life.Altis: Number of roles (99) is different from 'description.ext::Header::maxPlayer' (75) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Server error: Player without identity Rene Wachter (id 906589622) Starting mission: Mission file: Altis_Life Mission world: Altis Mission directory: mpmissions\Altis_Life.Altis\ Attempt to override final function - bis_functions_list Attempt to override final function - bis_functions_listpreinit Attempt to override final function - bis_functions_listpostinit Attempt to override final function - bis_functions_listrecompile Attempt to override final function - bis_fnc_missiontaskslocal Attempt to override final function - bis_fnc_missionconversationslocal Attempt to override final function - bis_fnc_missionflow MovesType CfgGesturesMale load time 45 ms Animation a3\cargoposes_f_heli\anim\passenger_inside_5aim_obstructed.rtm not found or empty Animation a3\cargoposes_f_heli\anim\passenger_inside_5aim_fromobstructed.rtm not found or empty Animation a3\cargoposes_f_heli\anim\passenger_inside_5aim_toobstructed.rtm not found or empty Animation a3\cargoposes_f_heli\anim\passenger_inside_5aimpistol_obstructed.rtm not found or empty Animation a3\cargoposes_f_heli\anim\passenger_inside_5aimpistol_fromobstructed.rtm not found or empty Animation a3\cargoposes_f_heli\anim\passenger_inside_5aimpistol_toobstructed.rtm not found or empty MovesType CfgMovesMaleSdr load time 6289 ms No speaker given for Imre Ibori No speaker given for Oringo Ekwensi No speaker given for Shaan Igwe No speaker given for Callum Bennett No speaker given for Hamidi Okonkwo No speaker given for Pan Han soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform? No speaker given for Lucas Clarke No speaker given for Ian Lee No speaker given for Max Robertson No speaker given for Jack Jones No speaker given for Teshi Osmani No speaker given for Adam Anderson No speaker given for George Bennett No speaker given for Shawn Martinez No speaker given for Wu Yeung No speaker given for Liang Sun No speaker given for Ryan White No speaker given for Oliver Taylor No speaker given for David Bennett No speaker given for Tan Sun No speaker given for David Smith No speaker given for Luke Halliwell No speaker given for Harrison Burr soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform? No speaker given for Fred Davis No speaker given for Omari Egwu No speaker given for Colin Johnson No speaker given for Keith MacDonald No speaker given for Geoff Faulkner No speaker given for Paul Taylor No speaker given for Dwan Newton Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire Error: Object(2 : 5) not found Error: Object(2 : 7) not found Error: Object(2 : 9) not found Error: Object(2 : 98) not found c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing! "extDB: Version: 63" "extDB: Error with Database Connection" Mission id: 6b88c6b5e2501ac25775cef4fece2e82f22e68ff Deinitialized shape [Class: "Underwear_F"; Shape: "a3\characters_f\common\basicbody.p3d";] Deinitialized shape [Class: "B_medic_F"; Shape: "a3\characters_f\blufor\b_soldier_02.p3d";] Deinitialized shape [Class: "B_soldier_AR_F"; Shape: "a3\characters_f\blufor\b_soldier_02.p3d";] Deinitialized shape [Class: "B_diver_F"; Shape: "a3\characters_f\common\diver_slotable.p3d";] Deinitialized shape [Class: "O_Soldier_F"; Shape: "a3\characters_f\opfor\o_soldier_01.p3d";] Deinitialized shape [Class: "B_RangeMaster_F"; Shape: "a3\characters_f\civil\c_poloshirtpants.p3d";] Deinitialized shape [Class: "C_man_hunter_1_F"; Shape: "a3\characters_f\civil\c_hunter_f.p3d";] Deinitialized shape [Class: "C_man_p_beggar_F_afro"; Shape: "a3\characters_f\civil\c_poor.p3d";] Deinitialized shape [Class: "C_man_p_beggar_F"; Shape: "a3\characters_f\civil\c_poor.p3d";] Deinitialized shape [Class: "C_man_p_fugitive_F_asia"; Shape: "a3\characters_f\civil\c_poor.p3d";] Deinitialized shape [Class: "C_man_p_fugitive_F"; Shape: "a3\characters_f\civil\c_poor.p3d";] Deinitialized shape [Class: "C_man_w_worker_F"; Shape: "a3\characters_f\common\coveralls.p3d";] Deinitialized shape [Class: "C_man_1"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_polo_3_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_polo_6_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_p_shorts_1_F_afro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_p_shorts_1_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_shorts_3_F_euro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_shorts_3_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_polo_4_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_polo_5_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_polo_2_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_polo_1_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] c:\w\stable\futura\lib\network\networkserver.cpp ClearNetServer:NOT IMPLEMENTED - briefing! Extensions: extDB2 (C:\Users\Chris\Desktop\Webseite Pixels\SERVeR\steamapps\common\Arma 3 Server\@extDB2\extDB2.dll) [63.0.0.0] [63.0.0.0]
Code: EXTDB-CONF.ini
Alles anzeigen[Main] Version = 5 ;Threads = 0 ; Default Value is the number of CPU Cores Detected (max value is 6, min value is 2) Randomize Config File = false ;This is a legacy option to randomize config file for Arma2 Servers. Only for Windows Builds [Rcon] ;; This is functional, should be working fine. Just needs abit of testing on a $ ;; Allow for changing Address for those running server in a VM environment. IP = 127.0.0.1 Port = 2302 ;; Rcon Password i.e Battleye/beserver.cfg Password = sqa8dADH8d ;; Bad Player Name Checks ;; This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON Bad Playername Enable = false Bad Playername Kick Message = Bad Player Name ;; By default : is a bad character (used as seperator for extDB2 Calls (this is hardcoded in) ;;Bad Playername Strings = (:):{:} ;;Bad Playername Regex_1 = [:alnum:] ;;Bad Playername Regex_2 = [:alnum:] ;;Bad Playername Regex_3 = [:alnum:] ;; Whitelisting / Reserve Slots ;; This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON Whitelist Enable = false Whitelist Kick Message = Only Reserved Slots Left Whitelist Public Slots = 999 ;; Database settings to use (Optional) Whitelist Database = MySQL_Example Whitelist SQL Prepared Statement = SELECT CASE WHEN EXISTS(SELECT UID FROM PlayerInfo WHERE BattlEyeGUID=? AND Whitelisted=1) THEN 1 ELSE 0 END Whitelist Kick on SQL Query Failed = false ;; Hardcoded BEGuids for whitelisted players ;Whitelist BEGuids = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx : yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy [RemoteAccess] ;; Remote TCP Access to extDB2 Enable = false Port = 2300 MaxThreads = 4 MaxQueued = 4 IdleTime = 120 Password = password [Steam] ;; This is for VAC Protocol for VAC Bans + Steam Friends. ;; https://steamcommunity.com/dev/apikey API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [VAC] ;; This feature requires Steam + Rcon to be enabled. ;; Also this feature is called via SQF Code atm, i.e it doesn't auto detect players joining server yet.... Auto Ban = true ;; For Player to get banned ( their total VAC Bans => NumberOfVACBans) AND ( Days Since their Last Ban was <= DaysSinceLastBan) ;; This is also used extDB Protocol VAC:VACBanned returned results NumberOfVACBans = 1 DaysSinceLastBan = 999999999 BanDuration = 0 ;; 0 = Forever, otherwise its x Minutes BanMessage = Steam VAC Banned [Log] ;; Flush Logs after each write, more work on Harddrive Flush = true [Database2] ;; Example of MySQL ;; AtlisLifeRPG uses Database2 by default Type = MySQL Name = arma3life Username = root Password = admin IP = 127.0.0.1 Port = 3306 minSessions = 1 ;maxSessions = 4 idleTime = 60 compress = false ; Should only use this if MySQL server is external. Also only for MySQL Secure Auth = true ; Recommend you turn this on [SQLite_Example] Type = SQLite Name = sqlite.db minSessions = 1 ; minSession Default Value = 1 ;maxSessions = 4 ; maxSession Default Value = number of Main->Threads ; You really should leave this value alone idleTime = 60 ; idleTime no Default Value yet, needs to be defined. ; idleTime is the time before a database session is stopped if not used. ; If Database Sessions are greater than minSessions [HTTP_Example] Type = HTTP Host = 127.0.0.1 Port = 80 ; Username = user ; Password = password
-
Hallo!
bei mir geht der Teleport nicht, und die Fahrzeuge, buttons wie auf dem Bild oben werden nicht angezeigt?
Danke im vorraus!MFH
Rene