A3-Conquest.Altis / scripts / AEGIS / Restricted / Restricted_Area_HPP.hpp
Restricted_Area_HPP.hpp
Raw
// Restricted Area RSCTitle
// Control types
#define CT_STATIC 0

// Static styles

#define ST_LEFT           0x00

#define ST_LEFT		0
#define ST_RIGHT	1
#define ST_CENTER	2
#define ST_UP		3
#define ST_DOWN		4
#define ST_VCENTER	5

#define ST_SINGLE	0
#define ST_MULTI	16
#define ST_PICTURE	48
#define ST_FRAME	64

#define ST_HUD_BACKGROUND 128
#define ST_TILE_PICTURE 144
#define ST_WITH_RECT 160
#define ST_LINE	176

#define ST_SHADOW	256
#define ST_NO_RECT	512

#define FontM "Bitstream"
#define ST_LEFT      0
#define ST_RIGHT     1
#define ST_CENTER    2
#define CT_STATIC    0

// Classes
class Rsc_Restricted_Area { 
idd = -1; 
duration = 1000000000;
fadein = 0;
fadeout = 0;
	class controls { 
		class Rsc_Restricted_Area_Control { 
			idc = -1; 
			type = 0;
			style = ST_PICTURE;
			tileH = 1;
			tileW = 1;
	
			//	Axis
			x = 0.00199851 * safezoneW + safezoneX;
			y = 0.94 * safezoneH + safezoneY;
			
			//	Size
			w = 0.03 * safezoneW;	
			h = 0.055 * safezoneH;
	
			font = "EtelkaNarrowMediumPro"; 
			sizeEx = 1; 
			colorBackground[] = {0,0,0,0}; 
			colorText[] = {255,0,0,1};
			
			//	Image
			text = "scripts\AEGIS\Restricted\Restricted.paa"; 
			lineSpacing = 0; 
		}; 
	}; 
};