Guten Tag
Ich verlinke mal hier. Geht um das gleiche. Dauerhafte Meldungen im RPT Log.
Gruss
Sacha
Ja das Problem bei dem Thread ist aber das erst garnicht die Mission funktioniert. Bei mir geht ja alles aber die Meldung nervt halt..
Guten Tag
Ich verlinke mal hier. Geht um das gleiche. Dauerhafte Meldungen im RPT Log.
Gruss
Sacha
Ja das Problem bei dem Thread ist aber das erst garnicht die Mission funktioniert. Bei mir geht ja alles aber die Meldung nervt halt..
Hey,
Seit dem neuen Arma3 Update 1.56 Wird der RPT Log immer mit " found in (100,100) " zu gespammt. Es kommen auch anderen Zahlen das ist unterschiedlich.
Es verursacht keine Fehler oder jegliches. Es spamt halt den Log so zu das man Stunden lang scrollen muss bis man was findet. Und mir kommt es auch so vor als lädt der Server deswegen länger.
Weiß jemand wie ich das behebe?
Mfg nflug
Typischer Fehler, wurde bereits in einer Hinsicht von einem Bohemia/Arma Manager Heute irgendwo angesprochen, keine Ahnung woher..^^
Allerdings ist das ganz einfach, geh in den 2D Editor, platiere eine Unit die Spielbar ist (Rot) und voila.
Hört sich doof an geht aber, einfach danach speichern, in den 3D Editor, die Mission konvertieren und du kannst beginnen
Spielbar oder Spieler? Und mit Rot meinst du Opfor?
LOOOOL: Hat geklappt Danke!!
Und jetzt zu der wichtigen Frage: Wie findet man sowas heraus xDD
auf jedenfall erstmal nen backup machen
dann wie gewohnt die mission im eden laden
im normalfall convertiert eden die dann automatisch
Jo Backup ist gemacht Aber immer wenn ich beim eden editor oben auf öffnen drücke dann meine map auswähle und dann bestätige das der editor diese convertieren darf kommt : error loading scenario
Hallo,
Da ja seit heute der neue Arma3 3D Eden Editor raus ist, wollte ich mal fragen wie ich meine alte Map in eine Eden Editor Map umwandle.
Inwiefern sieht das dann anders aus? Bei mir geht das einwandfrei...
Ansonsten einfach mal im Internetz nach "Arma 3 Dialog Tutorial" suchen
Ganze schrift ist viel Größer als bei RscText alles ist etwas verschoben etc.
Ich habe jetzt alle Basic Defines gefunden und werde diese nun austesten.
Du kannst auch statt Texten einfach Buttons nehmen und dann später in der .hpp einfach aus dem RscButton ein RscText machen aber das hatte @Risk ja schon gesagt, nur halt mit RscPicture...
OMG, xD Jetzt versteh ichs erst. Jo mach ich das funst dann.
Mein Problem ist halt jetzt noch das wenn ich mit dem GUI Editor etwas erstelle das halt RscText und nicht Life_RscText ist.
Und wenn ich das dann auf meinem AltisLife Server zu Life_RscText ändere sieht alles ganz anders aus.
Gibt es eine möglich keit RscText auch einfach so auf einem AltisLife Server zu verwenden und die ganz normalen Defines von Arma3 irgendwo her zu bekommen?
Könntest du mir vlt deine defines.hpp schicken?
Bei mir geht das zwar nun alles aber immer wenn ich den RscText in Life_RscText umwandle verschiebt sich dann alles.-
Ist ja ziehmlich egal was da Steht die Datei heißt fn_wantedLoadCrimes.sqf
Ich habe es jetzt geschafft das man auch Panzer Einparken kann. Doch es kommt immer die Meldung das dies ein Mietwagen wäre obwohl ich diese gekauft habe.
Weiß jemand wie ich Panzer nicht nur als Mietwagen einstelle?
Ich wollte eigentlich fn_wantedLoadCrimes.sqf und nicht fn_wantedInfo.sqf
Das ist die wantedLoadCrimes
Wie ich gestern schon Sagte, du kannst einen Fehler in einer Datei ausführen die damit nichts zu tun hat. Und da sich deine Zeile nur um eine Sache vom Original unterscheidet (die Private Deklaration). Muss der Fehler irgendwo anders sein.
LoadCrimes:
#include <macro.h>
/*
File: fn_wantedInfo.sqf
Author: Bryan "Tonic" Boardwine
Description:
Pulls back information about the wanted criminal.
*/
private["_display","_data","_crimes","_gesamt","_civList","_gansterList","_crimeList"];
disableSerialization;
_data = [_this,0,[],[[]]] call BIS_fnc_param;
_data = call compile format["%1", _data];
_display = findDisplay 2400;
_gansterList = _display displayctrl 2401;
_civList = _display displayctrl 2402;
_crimeList = _display displayctrl 2403;
if (isNil "_data" || typeName _data != "ARRAY" || count _data == 0) exitWith {
lbClear _crimeList;
_crimeList lbAdd "Keine Verbrechen";
_crimeList lbSetValue [(lbSize _crimeList)-1,-1];
ctrlSetText[2404,"Gesamt Strafe: $0"];
ctrlSetText[2409,"Verbrechen:"];
};
_crimes = _data select 0;
_gesamt = _data select 1;
lbClear _crimeList;
{
_crime = (LIFE_SETTINGS(getArray,"crimes")) select _x;
_crimeList lbAdd format["%1 - $%2",_crime select 0,[_crime select 1] call life_fnc_numberText];
_crimeList lbSetValue [(lbSize _crimeList)-1,_x];
} forEach _crimes;
lbSortByValue _crimeList;
ctrlSetText[2409,format["Verbrechen: %1",lbText[2401,lbCurSel 2401]]];
ctrlSetText[2404,format["Gesamt Strafe: $%1",[_gesamt] call life_fnc_numberText]];
Alles anzeigen
gps:
/*
Fichier: fn_gpsTracker.sqf
Autheur: Poseidon / Modifié par DeathBlade
Description: Attache un GPS Tracker sur le véhicule sélectionner.
*/
private["_unit"];
_unit = [_this,0,ObjNull,[ObjNull]] call BIS_fnc_param;
if(isNull _unit) exitWith {};
if(!(_unit isKindOf "AllVehicles")) exitWith {hint "Du kannst an diesem Fahrzeug keinen Peilsender anbringen!"};
if(player distance _unit > 7) exitWith {hint "Du bist zu weit vom Fahrzeug entfernt!"};
if(!([false,"gpstracker",1] call life_fnc_handleInv)) exitWith {};
closeDialog 0;
life_action_inUse = true;
player playMove "AinvPknlMstpSnonWnonDnon_medic_1";
sleep 4;
life_action_inUse = false;
if(player distance _unit > 7) exitWith {titleText["Du bist zu weit vom Fahrzeug entfernt!","PLAIN"];};
titleText["Du hast erfolgreich einen Peilsender angebracht.","PLAIN"];
[_unit] spawn {
_veh = _this select 0;
_markerName = format["%1_gpstracker",_veh];
_marker = createMarkerLocal [_markerName, visiblePosition _veh];
_marker setMarkerColorLocal "ColorRed";
_marker setMarkerTypeLocal "Mil_dot";
_marker setMarkerTextLocal "Peilsender "+getText(configFile >> "CfgVehicles" >> typeof _veh >> "displayName");
_marker setMarkerPosLocal getPos _veh;
while {true} do {
if(not alive _veh) exitWith {deleteMarkerLocal _markerName;};
_marker setMarkerPosLocal (getPos _veh);
sleep 0.5;
};
};
Alles anzeigen
Da sich deine fn_wantedGrab.sqf nur um eine Zeile von dem Original unterscheidet. Würde ich sagen du hast Irgendwo einen Anderen Fehler. Zeig uns doch mal bitte die fn_wantedLoadCrimes.sqf und die fn_gpsTracker.sqf.
Was hat das denn mit der WantedLoadCrimes zu tuen, diese wird nur von dem Script ausgeführt. Die einzige Datei die, die wantedGrab ausführt ist die Functions Datei.
und mit der gpsTracker Datei hat das auch so garnichts zu tun :D!
Hallo,
Ich habe versucht das beim laden der Datei alle Objecte einer bestimmten Art eine addAction hinzugefügt wird.
Dies klappt aber leider nicht die Datei wird zwar geladen aber es wir keine Action an diese Objecte gebunden.
Fehler gibt es auch nicht im LOG.
Hier mein code:
private["_nearestChairs"];
_nearestChairs = nearestObjects [[0,0,0], ["Land_Camping_Light_off_F","Land_CampingChair_V1_F","Land_CampingChair_V2_F","Land_Bench_F","Land_ChairPlastic_F","Land_ChairWood_F","Land_Bench_01_F","Land_Bench_02_F"], 10000000000];
{
_x addAction ["<t color='#0099FF'>Hinsetzen</t>","core\Chair\sitdown.sqf"];
} forEach _nearestChairs;
Diese Datei wird einmal per init.sqf geladen und per Functions.
Wenn ich die fn_wantedGrab.sqf Google bekomme ich auf Github einen Output der ein wenig Anders ist. Bei dir fehlt auf jedenfall die Private Deklaration wie es @Gernotishot schon Sagte.
Was ich Vermute ist ganz einfach. Irgendwo in einem Anderen Script was mit dieser Datei zusammen hängt befindet sich ein Fehler. Ist mir Öfters Passiert das wenn ich ein Fehler in SQF gemacht habe das der Log sagte es gibt eine undefinierte Variable in der configuration.sqf. Überprüf auch mal die anderen Datein bzw. wie @Gernotishot meinte, häng die Komplette Log hier ran.
Habe die Private deklaration drinne gehabt geht aber auch nicht.
Hier ist die Log:
22:01:57 =======================
22:01:57
22:01:57 ============================================================================================= List of mods ===============================================================================================
22:01:57 modsReadOnly = true
22:01:57 safeModsActivated = false
22:01:57 customMods = false
22:01:57 hash = '857943129E14CCB50B44DFB085ABDD272C9C65CB'
22:01:57 hashShort = 'a3c3553f'
22:01:57 name | modDir | default | origin | hash | hashShort | fullPath
22:01:57 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22:01:57 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | |
22:01:57 Arma 3 Marksmen | mark | true | GAME DIR | bca3f585133621c38245a861ea0e695aa5f1d151 | 98bd0c48 | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark
22:01:57 Arma 3 Helicopters | heli | true | GAME DIR | 41e93958bcee08e6e6275a458a506af9d0d25ab6 | 6558b1b | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli
22:01:57 Arma 3 Karts | kart | true | GAME DIR | 4ec5b8ee3e065dc60dc98d30e948796fc01e89df | 120b6924 | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart
22:01:57 Arma 3 Zeus | curator | true | GAME DIR | 8f6f1df09c4707fa080e397861ca67fb1a7d1f09 | fef5ffff | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\curator
22:01:57 Arma 3 | A3 | true | NOT FOUND | | |
22:01:57 ==========================================================================================================================================================================================================
22:01:57 DX11 - Initializing DX11 engine.
22:01:57 DX11 - Using DXGI adapter 0 (detected in config).
22:01:57 DX11 - Using DXGI adapter 0.
22:01:57 - adapter description : NVIDIA GeForce GTX 750 Ti
22:01:57 - adapter vendor ID : 4318
22:01:57 - adapter device ID : 4992
22:01:57 - adapter subsys ID : 327161193
22:01:57 - adapter revision : 162
22:01:57 - dedicated video memory : 2089615360
22:01:57 - dedicated system memory : 0
22:01:57 - shared system memory : 2205286400
22:01:58 Invalid Joystick Axis!
22:01:58 type=602 (6), dwOfs=0, name=Achse 6
22:01:58 GUID = a36d02f3, c9f3, 11cf, ...
22:01:58 wUsagePage = 1, wUsage = 0
22:01:58 Detected Joystick: USB Joystick
22:01:58 0 ... STR_INPUT_DEVICE_STICK_AXIS_X [1,30]
22:01:58 1 ... STR_INPUT_DEVICE_STICK_AXIS_Y [1,31]
22:01:58 2 ... STR_INPUT_DEVICE_STICK_AXIS_Z [1,32]
22:01:58 5 ... STR_INPUT_DEVICE_STICK_ROT_Z [1,35]
22:01:58 InitSound ...
22:01:58 InitSound - complete
22:02:00 PhysX3 SDK Init started ...
22:02:00 PhysX3 SDK Init ended.
22:02:01 Attempt to override final function - rscminimap_script
22:02:01 Attempt to override final function - rscdisplayloading_script
22:02:01 Attempt to override final function - rscdisplayloading_script
22:02:01 Attempt to override final function - rscdisplayloading_script
22:02:01 Attempt to override final function - rscdiary_script
22:02:01 Attempt to override final function - rscdisplaysinglemission_script
22:02:01 Attempt to override final function - rscdiary_script
22:02:01 Attempt to override final function - rscdisplayremotemissions_script
22:02:01 Attempt to override final function - rscdisplayloading_script
22:02:01 Attempt to override final function - rscdiary_script
22:02:01 Attempt to override final function - rscdiary_script
22:02:01 Attempt to override final function - rscdisplaystrategicmap_script
22:02:01 Attempt to override final function - rscdisplaycommon_script
22:02:01 Attempt to override final function - rscdisplaygarage_script
22:02:01 Attempt to override final function - rscdisplayloading_script
22:02:02 Attempt to override final function - rscdisplaycurator_script
22:02:02 Attempt to override final function - rscdisplayattributes_script
22:02:02 Attempt to override final function - rscdisplayattributes_script
22:02:02 Attempt to override final function - rscdisplayattributes_script
22:02:02 Attempt to override final function - rscdisplaycommon_script
22:02:02 Attempt to override final function - rscdisplaydebriefing_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:02 Attempt to override final function - rscunitinfo_script
22:02:03 SimulWeather - Cloud Renderer - noise texture file is not specified!
22:11:00 Unsupported language German in stringtable
22:11:03 Starting mission:
22:11:03 Mission file: Flyyying (__CUR_MP)
22:11:03 Mission world: Altis
22:11:03 Mission directory: mpmissions\__CUR_MP.Altis\
22:11:21 Error in expression <PosLocal (getPos _veh);
sleep 0.5;
};
};>
22:11:21 Error position: <>
22:11:21 Error Ungültige Zahl in Ausdruck
22:11:21 File mpmissions\__CUR_MP.Altis\core\items\fn_gpsTracker.sqf, line 37
22:11:21 Error in expression <PosLocal (getPos _veh);
sleep 0.5;
};
};>
22:11:21 Error position: <>
22:11:21 Error Ungültige Zahl in Ausdruck
22:11:21 File mpmissions\__CUR_MP.Altis\core\items\fn_gpsTracker.sqf, line 37
22:11:22 Attempt to override final function - bis_functions_list
22:11:22 Attempt to override final function - bis_functions_listpreinit
22:11:22 Attempt to override final function - bis_functions_listpostinit
22:11:22 Attempt to override final function - bis_functions_listrecompile
22:11:22 Attempt to override final function - bis_fnc_missiontaskslocal
22:11:22 Attempt to override final function - bis_fnc_missionconversationslocal
22:11:22 Attempt to override final function - bis_fnc_missionflow
22:11:22 "Cfg Processed: CfgWeapons | Time to complete: 0.5"
22:11:22 "Cfg Processed: CfgMagazines | Time to complete: 0.0689697"
22:11:23 "Cfg Processed: CfgVehicles | Time to complete: 0.126038"
22:11:23 "Cfg Processed: CfgGlasses | Time to complete: 0.0239868"
22:12:36 Attempt to override final function - bis_fnc_call
22:12:36 Attempt to override final function - bis_fnc_spawn
22:12:36 Attempt to override final function - bis_fnc_parsenumber
22:12:47 class HitPoints::HitFuel not found in Land_BuoyBig_F
22:12:47 Strange convex component16 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
22:12:47 Strange convex component25 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
22:12:47 Strange convex component26 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
22:12:47 Strange convex component27 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
22:12:47 class HitPoints::HitFuel not found in C_Boat_Civil_04_F
22:12:47 SW keep height animation used for a3\structures_f_epb\civ\accessories\woodpile_large_f.p3d
22:12:48 class HitPoints::HitFuel not found in RoadBarrier_small_F
22:12:48 class HitPoints::HitFuel not found in Land_Camping_Light_F
22:12:49 class HitPoints::HitFuel not found in O_APC_Tracked_02_AA_F
22:12:50 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
22:12:50 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
22:12:51 Performance warning: Very large search for 789903 (>300 m)
22:13:00 Strange convex component317 in a3\rocks_f\blunt\bluntrock_wallv.p3d:geometry
22:13:00 Strange convex component318 in a3\rocks_f\blunt\bluntrock_wallv.p3d:geometry
22:13:00 Strange convex component319 in a3\rocks_f\blunt\bluntrock_wallv.p3d:geometry
22:13:04 Fresnel n must be >0, given n=0,k=10
22:13:14 Performance warning: Search for 789903: sun_chair_f.p3d was very large (21750 m)
22:13:14 Performance warning: Very large search for 789903 (>300 m)
22:13:14 Performance warning: Search for 789903: sun_chair_f.p3d was very large (21750 m)
22:13:15 Attempt to override final function - bis_fnc_preload_server
22:13:15 Attempt to override final function - bis_fnc_endmission
22:13:15 "------------------------------------------------------------------------------------------------------"
22:13:15 "----------------------------- Starting Flyyying Altis Life Client Init -------------------------------"
22:13:15 "------------------------------------------------------------------------------------------------------"
22:13:15 "::Life Client:: Initialization Variables"
22:13:15 "::Life Client:: Variables initialized"
22:13:15 "::Life Client:: Setting up Eventhandlers"
22:13:15 "::Life Client:: Eventhandlers completed"
22:13:15 "::Life Client:: Setting up user actions"
22:13:15 "::Life Client:: User actions completed"
22:13:15 "::Life Client:: Waiting for server functions to transfer.."
22:13:15 "::Life Client:: Received server functions."
22:13:15 "::Life Client:: Waiting for the server to be ready.."
22:13:42 Fresnel k must be >0, given n=2.51,k=0
22:14:00 Client: Network message 1db2 (update info 47fb5ae8) is pending
22:14:00 Client: Network message 1db5 (update info 47fb5cf0) is pending
22:14:00 Client: Network message 1db6 (update info 47fb5d90) is pending
22:14:00 Client: Network message 1db9 (update info 47fb5e30) is pending
22:14:02 Client: Network message 1dbe (update info 47fb67a8) is pending
22:14:49 "<infiSTAR.de> 5.189.155.93 VERSION: 03022016 infiSTAR.de AHAT (v0230) - server running: 0:5:2397"
22:14:49 "<infiSTAR.de> OPEN_ADMIN_MENU_KEY: 59"
22:14:50 "57.358 <infiSTAR.de> Loading Menu..."
22:14:50 "<infiSTAR.de> config data loaded...!"
22:18:19 "Past Settings Init"
22:18:19 "Executing client.fsm"
22:18:19 "Display 46 Found"
22:18:19 "------------------------------------------------------------------------------------------------------"
22:18:19 " End of Flyyying Altis Life Client Init :: Total Execution Time 304.126 seconds "
22:18:19 "------------------------------------------------------------------------------------------------------"
22:19:11 "0h 9min | Sam Smith(76561198114764155) | Teleport to [3619.67,13114.5,0](GPS: 036131)"
22:19:23 Warning Message: Picture pictureheal not found
22:23:24 Error in expression <ycheck) + 1500;
} else {
life_atmbank = life_atmbank + (call life_paycheck);
sys>
22:23:24 Error position: <life_atmbank + (call life_paycheck);
sys>
22:23:24 Error Nicht definierte Variable in Ausdruck: life_atmbank
22:23:57 Error in expression <pile format["%1", _criminal];
[[player,_criminal],"life_fnc_wantedCrimes",false>
22:23:57 Error position: <_criminal],"life_fnc_wantedCrimes",false>
22:23:57 Error Nicht definierte Variable in Ausdruck: _criminal
22:23:57 File mpmissions\__CUR_MP.Altis\core\cop\fn_wantedGrab.sqf, line 16
22:23:57 Error in expression <pile format["%1", _criminal];
[[player,_criminal],"life_fnc_wantedCrimes",false>
22:23:57 Error position: <_criminal],"life_fnc_wantedCrimes",false>
22:23:57 Error Nicht definierte Variable in Ausdruck: _criminal
22:23:57 File mpmissions\__CUR_MP.Altis\core\cop\fn_wantedGrab.sqf, line 16
22:23:58 Error in expression <tText[2404,format["Gesamt Strafe: $%1",[_gesamt] call life_fnc_numberText]];>
22:23:58 Error position: <_gesamt] call life_fnc_numberText]];>
22:23:58 Error Nicht definierte Variable in Ausdruck: _gesamt
22:23:58 File mpmissions\__CUR_MP.Altis\core\pmenu\fn_wantedLoadCrimes.sqf, line 39
22:23:58 Error in expression <tText[2404,format["Gesamt Strafe: $%1",[_gesamt] call life_fnc_numberText]];>
22:23:58 Error position: <_gesamt] call life_fnc_numberText]];>
22:23:58 Error Nicht definierte Variable in Ausdruck: _gesamt
22:23:58 File mpmissions\__CUR_MP.Altis\core\pmenu\fn_wantedLoadCrimes.sqf, line 39
22:23:58 Error in expression <pile format["%1", _criminal];
[[player,_criminal],"life_fnc_wantedCrimes",false>
22:23:58 Error position: <_criminal],"life_fnc_wantedCrimes",false>
22:23:58 Error Nicht definierte Variable in Ausdruck: _criminal
22:23:58 File mpmissions\__CUR_MP.Altis\core\cop\fn_wantedGrab.sqf, line 16
22:23:58 Error in expression <tText[2404,format["Gesamt Strafe: $%1",[_gesamt] call life_fnc_numberText]];>
22:23:58 Error position: <_gesamt] call life_fnc_numberText]];>
22:23:58 Error Nicht definierte Variable in Ausdruck: _gesamt
22:23:58 File mpmissions\__CUR_MP.Altis\core\pmenu\fn_wantedLoadCrimes.sqf, line 39
22:24:02 Error in expression <pile format["%1", _criminal];
[[player,_criminal],"life_fnc_wantedCrimes",false>
22:24:02 Error position: <_criminal],"life_fnc_wantedCrimes",false>
22:24:02 Error Nicht definierte Variable in Ausdruck: _criminal
22:24:02 File mpmissions\__CUR_MP.Altis\core\cop\fn_wantedGrab.sqf, line 16
22:24:02 Error in expression <pile format["%1", _criminal];
[[player,_criminal],"life_fnc_wantedCrimes",false>
22:24:02 Error position: <_criminal],"life_fnc_wantedCrimes",false>
22:24:02 Error Nicht definierte Variable in Ausdruck: _criminal
22:24:02 File mpmissions\__CUR_MP.Altis\core\cop\fn_wantedGrab.sqf, line 16
22:24:02 Error in expression <tText[2404,format["Gesamt Strafe: $%1",[_gesamt] call life_fnc_numberText]];>
22:24:02 Error position: <_gesamt] call life_fnc_numberText]];>
22:24:02 Error Nicht definierte Variable in Ausdruck: _gesamt
22:24:02 File mpmissions\__CUR_MP.Altis\core\pmenu\fn_wantedLoadCrimes.sqf, line 39
22:24:02 Error in expression <tText[2404,format["Gesamt Strafe: $%1",[_gesamt] call life_fnc_numberText]];>
22:24:02 Error position: <_gesamt] call life_fnc_numberText]];>
22:24:02 Error Nicht definierte Variable in Ausdruck: _gesamt
22:24:02 File mpmissions\__CUR_MP.Altis\core\pmenu\fn_wantedLoadCrimes.sqf, line 39
22:24:02 Error in expression <pile format["%1", _criminal];
[[player,_criminal],"life_fnc_wantedCrimes",false>
22:24:02 Error position: <_criminal],"life_fnc_wantedCrimes",false>
22:24:02 Error Nicht definierte Variable in Ausdruck: _criminal
22:24:02 File mpmissions\__CUR_MP.Altis\core\cop\fn_wantedGrab.sqf, line 16
22:24:03 Error in expression <tText[2404,format["Gesamt Strafe: $%1",[_gesamt] call life_fnc_numberText]];>
22:24:03 Error position: <_gesamt] call life_fnc_numberText]];>
22:24:03 Error Nicht definierte Variable in Ausdruck: _gesamt
22:24:03 File mpmissions\__CUR_MP.Altis\core\pmenu\fn_wantedLoadCrimes.sqf, line 39
Alles anzeigen
Hab ich auch schon probiert, kommt das gleiche
Warum pusht man einen Beitrag, der nicht einmal 2 Stunden online ist???
Dich in Geduld üben musst junger Padawan
oops war der falsche sorry