Autor: Repentz
1. Geht in eure fn_requestReceived.sqf und sucht nach failMission "SpyGlass"; }; direkt darunter fügt ihr das ein:
Code
if(profileName != _this select 1) exitWith {
hint format["Your old nickname %1",_this select 1];
[format["For your key is fixed another nickname, enter your old nickname in the profile of the game!<br/><br/>Your old nickname <t color='#b20303'>%1</t><br/><br/>If you have any problems with the change nickname - refer to the forum <t color='#665bff'>vk.com/russlandlife</t>",
_this select 1],
"Registered nickname change",
"adopt"
] call BIS_fnc_guiMessage;
["NameExists",false,false] call BIS_fnc_endMission;
};
2. Geht in eure description.ext und schreibt das rein:
Code
class NameExists
{
title = "Change the nickname";
subTitle = "";
description = "For your key is fixed another nickname, enter your old nickname in the profile of the game!";
pictureBackground = "";
picture = "";
pictureColor[] = {0,0.3,0.6,1};
};
Fertig!
Hier sind noch ein paar Bilder( Die Bilder sind von Alaska Vet !)