forge/arma/client/addons/phone/ui/RscPhone.hpp
2026-05-23 09:23:12 -05:00

23 lines
578 B
C++

class RscPhone {
idd = 1000;
movingEnable = 1;
enableSimulation = 1;
duration = 1e011;
fadeIn = 0;
fadeOut = 0;
onLoad = "uiNamespace setVariable ['RscPhone', _this select 0]";
class controlsBackground {};
class controls {
class Background: RscText {
type = 106;
idc = 1001;
x = "safezoneX + (safezoneW * 0.4125)";
y = "safezoneY + (safezoneH * 0.1)";
w = "safezoneW * 1";
h = "safezoneH * 1";
colorBackground[] = {0, 0, 0, 0};
};
};
};