Dans ta mission/The-Programmer/Iphone_XI/dialogs/apps/inventory.hpp trouve ces lignes :
class closeMenu : Life_RscButtonInvisibleIphoneXI
{
idc = -1;
onbuttonclick = "closeDialog 0; [] spawn the_programmer_iphone_xi_fnc_phone_init;";
tooltip = "$STR_Global_Close";
x = 0.704489499999999 * safezoneW + safezoneX;
y = 0.943902610619469 * safezoneH + safezoneY;
w = 0.0699896666666673 * safezoneW;
h = 0.0147325909537858 * safezoneH;
};
ajoute en dessous :
class steamid : Life_RscTextIphoneXI
{
idc = 04201508;
text = "";
colortext[] = {0.445,0.39,0.32,1};
sizeex = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
x = 0.659275833333334 * safezoneW + safezoneX;
y = 0.9 * safezoneH + safezoneY;
w = 0.160515833333333 * safezoneW;
h = 0.0258579547689281 * safezoneH;
};
Dans ton @The_Programmer/addons/iphone_xi/client/apps/tp_apps_inventory.sqf ajoute à la fin :
(_display displayCtrl 04201508) ctrlSetText format ["Steam ID : %1",(getPlayerUID player)];
:arrow_right: Message envoyé par Maxence.