Arma Linux Servers are using Older Physic Library (than Windows Servers), due to Debian 7 using old version of Glibc
......
ich sage mal nichts zu
Beiträge von Reiner Zufall
-
-
da fehlen auch die scipts von der status bar
-
überschreib die mal mit der SpyGlass.rar
-
gibt es ein tut wo das erklärt wir und meine Lizenzen werden nicht gespeichert wenn ich sync data drücke und 2 min warte die werden immer restetet
-
Hallo,
Ich habe 2 fragen 1. wie kann ich neue Items erstellen .
2. wie kann ich neue sachen zum farmen einfügen
und das ganze auf der Altis life version 4.4R3Mfg Reiner
-
-
Hallo,
Wie kann ich in der 4.4R3 neue autos bzw. mod autos einfügen -
-
Hallo,
ich habe es schon öfteres gelesen das es persoenen gibt die ein cam bug haben zb :dann Editor -> Mission öffnen -> Attribute -> Multiplayer -> Respawn -> Repawn an eigener Position (oder so ähnlich heißt das) Häkchen reinsetzen und alle anderen raus nehmen bei dem Feld dann solte es laufen
Gefunden By
blackfisch -
müste ich dann nirgens spawnen können ?
-
die ganzen
- civ_spawn_1 = nearestObjects[getMarkerPos "civ_spawn_1", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
- civ_spawn_2 = nearestObjects[getMarkerPos "civ_spawn_2", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
- civ_spawn_3 = nearestObjects[getMarkerPos "civ_spawn_3", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
- civ_spawn_4 = nearestObjects[getMarkerPos "civ_spawn_4", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
oder nur die objekte ?
-
Spoiler anzeigen
#include "..\script_macros.hpp"
/*
File: fn_initCiv.sqf
Author: Bryan "Tonic" BoardwineDescription:
Initializes the civilian.
*/
private["_spawnPos"];
civ_spawn_1 = nearestObjects[getMarkerPos "civ_spawn_1", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
civ_spawn_2 = nearestObjects[getMarkerPos "civ_spawn_2", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
civ_spawn_3 = nearestObjects[getMarkerPos "civ_spawn_3", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
civ_spawn_4 = nearestObjects[getMarkerPos "civ_spawn_4", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
waitUntil {!(isNull (findDisplay 46))};
if (life_is_alive && !life_is_arrested) then {
/* Spawn at our last position */
player setVehiclePosition [life_civ_position, [], 0, "CAN_COLLIDE"];
} else {
if (!life_is_alive && !life_is_arrested) then {
if (LIFE_SETTINGS(getNumber,"save_civilian_positionStrict") isEqualTo 1) then {
_handle = [] spawn life_fnc_civLoadout;
waitUntil {scriptDone _handle}; CASH = 0;
};
[] call life_fnc_spawnMenu;
waitUntil{!isNull (findDisplay 38500)}; //Wait for the spawn selection to be open.
waitUntil{isNull (findDisplay 38500)}; //Wait for the spawn selection to be done.
} else {
if (life_is_arrested) then {
life_is_arrested = false;
[player,true] spawn life_fnc_jail;
};
};
};
life_is_alive = true;
player addRating 9999999; -
-
ich bekomme die spawn wahl aber kann nich am marker spawenen
Spoiler anzeigen
extDB2: Version: 70
extDB2: https://github.com/Torndeco/extDB2
extDB2: Windows Version
Message: All development for extDB2 is done on a Linux Dedicated Server
Message: If you would like to Donate to extDB2 Development
Message: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SUEFTGABTAM2
Message: Also leave a message if there is any particular feature you would like to see added.
Message: Thanks for all the people that have donated.
Message: Torndeco: 20/02/15extDB2: Found [lexicon]extdb[/lexicon]-conf.ini
extDB2: Detected 16 Cores, Setting up 6 Worker Threads (config settings)[00:46:58:661519 +02:00] [Thread 106036] extDB2: Database Type: MySQL
[00:46:58:671662 +02:00] [Thread 106036] extDB2: Database Session Pool Started
[00:46:58:671957 +02:00] [Thread 106036] extDB2: SQL_RAW_V2: Initialized: ADD_QUOTES True
[00:46:58:674252 +02:00] [Thread 106340] extDB2: SQL_RAW_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error [mysql_stmt_error]: The user specified as a definer ('arma3'@'localhost') does not exist [mysql_stmt_errno]: 1449 [mysql_stmt_sqlstate]: HY000 [statemnt]: CALL resetLifeVehicles
[00:46:58:674264 +02:00] [Thread 11124] extDB2: SQL_RAW_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error [mysql_stmt_error]: The user specified as a definer ('arma3'@'localhost') does not exist [mysql_stmt_errno]: 1449 [mysql_stmt_sqlstate]: HY000 [statemnt]: CALL deleteDeadVehicles
[00:46:58:674300 +02:00] [Thread 106340] extDB2: SQL_RAW_V2: Error StatementException: SQL: CALL resetLifeVehicles
[00:46:58:674338 +02:00] [Thread 11124] extDB2: SQL_RAW_V2: Error StatementException: SQL: CALL deleteDeadVehicles
[00:46:58:674795 +02:00] [Thread 82400] extDB2: SQL_RAW_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error [mysql_stmt_error]: The user specified as a definer ('arma3'@'localhost') does not exist [mysql_stmt_errno]: 1449 [mysql_stmt_sqlstate]: HY000 [statemnt]: CALL deleteOldHouses
[00:46:58:674843 +02:00] [Thread 82400] extDB2: SQL_RAW_V2: Error StatementException: SQL: CALL deleteOldHouses
[00:46:58:674763 +02:00] [Thread 3728] extDB2: SQL_RAW_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error [mysql_stmt_error]: The user specified as a definer ('arma3'@'localhost') does not exist [mysql_stmt_errno]: 1449 [mysql_stmt_sqlstate]: HY000 [statemnt]: CALL deleteOldGangs
[00:46:58:675782 +02:00] [Thread 3728] extDB2: SQL_RAW_V2: Error StatementException: SQL: CALL deleteOldGangs
[01:19:55:932649 +02:00] [Thread 106036] extDB2: Stopping ... -
jetzt ist nur noch wenn ich sterbe diese dreks cam da und ich kann als civ nich da spawnen wo ich den maker gesetzt habe
-
-
Hallo,
Ich habe ein Problem und zwar wenn ich als civ auf dem server joine dann stehe ich auf der spawn insel wenn ich als cop joine dann sterbe ich und habe eine kamara kann dann aber nichts mehr machen auser mit der cam rumfliegen und das gleiche auch als medic woran kann das liegen ? und in der lobby werden alle Civs,medics und cops als KI gesehenBild von der Cam
arma3server_2016-09-16_17-02-31.rar
Mfg Reiner -
Bec filter ....
-
wenn ich dann ein gegen zug bekomme
-
weil sonst kommen immer diese BOBs die sagen ehhh ich verkaufe es nur