Hey NN,
Da ich am Handy bin kann ich euch keine Logs anhängen.
Wisst ihr wieso die Cops trotz unter lvl 10 in einen Slot des Chiefs joinen können ?
Hier der Code
Code
if ((FETCH_CONST(life_copLevel)) < 1 && (FETCH_CONST(life_adminlevel) isEqualTo 0)) exitWith {
["Notwhitelisted",false,true] call BIS_fnc_endMission;
sleep 35;
};
if(!(str(player) in ["cop_1"]) && ((FETCH_CONST(life_copLevel)) < 10) exitWith {
["noslotpermission",false,true] call BIS_fnc_endMission;
sleep 35;
};