Beiträge von BetaDog
-
-
-
Hallo,
Ich bekomme seit kurzer zeit immer diesen fehler
MFG Mabu
Fehler
14:25:52 Error in expression
};
case cop: {
life_actions = life_actions + [p>
14:25:52 Error position:
life_actions = life_actions + [p>
14:25:52 Error Nicht definierte Variable in Ausdruck: cop
14:25:52 File core\fn_setupActions.sqf [life_fnc_setupActions], line 17
14:25:52 "::Life Client:: User actions completed"
14:25:52 "::Life Client:: Waiting for server functions to transfer.."
14:25:52 "::Life Client:: Received server functions."
14:25:52 "::Life Client:: Waiting for the server to be ready.."
-
ist die größe egal bei den Bildern?
-
-
Hallo,
Ich Habe da mal eine frage wie kann man vor seine Domian ein shop einrichten? Z.B shop.ravedmc.de
MFG Mabu
-
hi
bei mir wird das Wasser nicht in der Datenbank angezeigt
habe ich irgendwas vergessen?
-
-
Snakeshit und wo muss die _time ihn
-
danke hat geklappt
#closed
-
bei mir ist das nicht doppelt
siehe bild
MFG
-
cops und rebellen
-
Hallo,
Ich suche jetzt seit fast 1 1/2 Stunde den fehler und finde den einfach nicht
mpmissions\Altis_Life.Altis\Config_Clothing.hpp, line 119: Config: '6' encountered instead of ','
MFG
-
Config_Clothing
-
Spoiler anzeigen
18:30:17 Error Fehlende ]
18:30:17 File core\actions\fn_arrestAction.sqf [life_fnc_arrestAction], line 86
18:30:17 Error in expression <Null,[objNull]],
Spoiler anzeigen
18:30:17 Error Fehlende ]
18:30:17 File core\civilian\fn_jail.sqf [life_fnc_jail], line 86
Versuch das hier mal --> Code ist für die 5.0
Code
Alles anzeigen#include "..\..\script_macros.hpp" /* File: fn_clothingFilter.sqf Author: Bryan "Tonic" Boardwine Edit : Green-Life Description: Filter der Shops im Menü */ disableSerialization; params [ "", //Control ["_selection", 0, [0]] ]; life_clothing_filter = _selection; switch (_selection) do { case 4: { life_shop_cam camSetTarget (player modelToWorld [0,-.15,1.3]); life_shop_cam camSetPos (player modelToWorld [1,-4,2]); life_shop_cam camCommit 1; }; case 0: { life_shop_cam camSetTarget (player modelToWorld [0,0,1]); life_shop_cam camSetPos (player modelToWorld [1,4,2]); life_shop_cam camCommit 1; }; case 3: { life_shop_cam camSetTarget (player modelToWorld [0,0,1.4]); life_shop_cam camSetPos (player modelToWorld [-.1,2,1.4]); life_shop_cam camCommit 1; }; default { life_shop_cam camSetTarget (player modelToWorld [0,0,1.6]); life_shop_cam camSetPos (player modelToWorld [-.5,1,1.6]); life_shop_cam camCommit 1; }; }; if (isNull (findDisplay 3100)) exitWith {}; private _list = CONTROL(3100,3101); lbClear _list; private _configArray = switch (_selection) do { case 0: {M_CONFIG(getArray,"Clothing",life_clothing_store,"uniforms");}; case 1: {M_CONFIG(getArray,"Clothing",life_clothing_store,"headgear");}; case 2: {M_CONFIG(getArray,"Clothing",life_clothing_store,"goggles");}; case 3: {M_CONFIG(getArray,"Clothing",life_clothing_store,"vests");}; case 4: {M_CONFIG(getArray,"Clothing",life_clothing_store,"backpacks");}; }; private "_pic"; private "_details"; { _x params [ ["_className", "NONE", [""]], ["_displayName", "", [""]], ["_price", 1000, [0]] ]; if !(_className isEqualTo "NONE") then { _details = [_className] call life_fnc_fetchCfgDetails; _pic = (_details select 2); }; if ([_x] call life_fnc_levelCheck) then { if (isNil "_details") then { _list lbAdd _displayName; _list lbSetData [(lbSize _list)-1,_className]; } else { if (_displayName isEqualTo "") then { _list lbAdd (_details select 1); } else { _list lbAdd _displayName; }; _list lbSetData [(lbSize _list)-1,_className]; _list lbSetValue [(lbSize _list)-1,_price]; _list lbSetPicture [(lbSize _list)-1,_pic]; }; }; true } count _configArray;
leider geht das nicht
-
Seit wann fügt man da kleidung ein das wird doch normaler weise in den Configs gemacht?
also in der 4.x Config_Clothing
ich habe die 4.4r4
-
Habt ihr an der config_clothing was geändert?
ich habe die 4.4r4
-
ja ich habe da kleidung eingefügt
-
Hallo,
Wir haben seit ein paar stunden in der fn_clothingFilter.sqf ein fehler, aber wir haben daran nix verändert
MFG Tabu aka nicht Mabu2025
-
kann ich fragen nach was du gesuchst hast?