Guten Tag Leute, Ich ein kleines Problemchen und ich kriege es nicht gefixxt egal was ich mache
Also passt mal auf im RPT sagt er mir das:
Code
if (_vendor in [mari_processor,coke_processor,heroin_processor]) then {>
15:24:06 Error position: <coke_processor,heroin_processor]) then {>
15:24:06 Error Nicht definierte Variable in Ausdruck: coke_processor
15:24:06 File core\actions\fn_processAction.sqf [life_fnc_processAction], line 97
15:25:06 Warning Message: Picture icons\gie߫anne.paa not found
15:25:30 "0h 12min | [WW] Black Jack(76561198269561025) | Teleport to [3764.25,2752.69,0](GPS: 037976)"
15:26:11 "0h 13min | [WW] Black Jack(76561198269561025) | Teleport to [4439.65,3726.08,0](GPS: 044986)"
15:26:15 Error in expression <alse;};
if (_vendor in [mari_processor,coke_processor,heroin_processor]) then {>
15:26:15 Error position: <coke_processor,heroin_processor]) then {>
15:26:15 Error Nicht definierte Variable in Ausdruck: coke_processor
15:26:15 File core\actions\fn_processAction.sqf [life_fnc_processAction], line 97
15:27:34 EPE manager release (0|1
Alles anzeigen
In der File habe ich das hier:
Code
if (_exit) exitWith {life_is_processing = false; hint localize "STR_NOTF_NotEnoughItemProcess"; life_action_inUse = false;};
if (_vendor in [mari_processor,coke_processor,heroin_processor]) then {
_hasLicense = true;
} else {
_hasLicense = LICENSE_VALUE(_type,"civ");
};
ich hoffe jemand kann mir hierbei helfen ich peile das nicht....
Habe auf der Mission auch die Verabeiter schilder so benannt: mari_processor = Cannabis Ver. , coke_processor= Kokain Ver. , heroin_processor = hero Ver.