Hey^^
Wie oben beschrieben. Andere Spieler sehen nur den Rangemaster aber nicht den Skins. Bei den Cops funktioniert alles
Einmal die Medic Init:
Code
#include "..\script_macros.hpp"
/*
File: fn_initMedic.sqf
Author: Bryan "Tonic" Boardwine
Description:
Initializes the medic..
*/
player addRating 99999999;
waitUntil {!(isNull (findDisplay 46))};
if ((FETCH_CONST(life_medicLevel)) < 1 && (FETCH_CONST(life_adminlevel) isEqualTo 0)) exitWith {
["Notwhitelisted",false,true] call BIS_fnc_endMission;
sleep 35;
};
if (backpack player == "B_Bergen_mcamo_F") then {
(backpackContainer player) setObjectTextureGlobal[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.
Alles anzeigen
Ich vermute, da muss iwas rein