class ButtonSyncData: Life_RscButtonMenu {
idc = -1;
//shortcuts[] = {0x00050000 + 2};
text = "$STR_PM_SyncData";
onButtonClick = "[] call SOCK_fnc_syncData;";
x = 0.1;
y = 0.805;
w = (6.25 / 40);
h = (1 / 25);
};
class ButtonImmatriculation: Life_RscButtonMenu {
idc = 2016;
text = "Immatriculation";
onButtonClick = "closeDialog 0; createDialog ""max_search_plate"";";
x = 0.26 + (6.25 / 19.8) + (1 / 250 / (safezoneW / safezoneH));
y = 0.808;
w = (6.25 / 40);
h = (1 / 25);
};
class ButtonSyncData: Life_RscButtonMenu {
idc = -1;
//shortcuts[] = {0x00050000 + 2};
text = "$STR_PM_SyncData";
onButtonClick = "[] call SOCK_fnc_syncData;";
x = 0.1;
y = 0.805;
w = (6.25 / 40);
h = (1 / 25);
};
class ButtonImmatriculation: Life_RscButtonMenu {
idc = 2016;
text = "Immatriculation";
onButtonClick = "closeDialog 0; createDialog ""max_search_plate"";";
x = 0.26 + (6.25 / 19.8) + (1 / 250 / (safezoneW / safezoneH));
y = 0.808;
w = (6.25 / 40);
h = (1 / 25);
};
if (playerSide != west) then {
ctrlShow[2016,false];
};