Filip5 10 Posted July 25, 2010 Hi, i just want to ask about few things. SO first is UAV Is it possible to have uav in mission without humvee,just get it activated in action menu??It in Call of Duty 4 too i think Heres the script i have used: class RscText { type = CT_STATIC; IDC = -1; style = ST_LEFT + ST_MULTI + ST_NO_RECT; LineSpacing = 1.000000; h = 0.040000; ColorBackground[] = {1,1,1,0.2}; ColorText[] = {0.1,0.1,0.1,1}; font = "BitStream"; SizeEx = 0.030000; }; class RscTitles { class RscDisplayUAV { idd = 998; duration = 99; fadein = 0; movingEnable = 0; enableSimulation = 0; enableDisplay = 0; class controls { //--- Mriezka class GV1: RscText { x = 0.1; y = 0.2; w = 0.001; h = 0.6; text = ""; colorBackground[] = {1,1,1,0.1}; }; class GV2: GV1 {x = 0.2;}; class GV3: GV1 {x = 0.3;}; class GV4: GV1 {x = 0.4;}; class GV5: GV1 {x = 0.5;}; class GV6: GV1 {x = 0.6;}; class GV7: GV1 {x = 0.7;}; class GV8: GV1 {x = 0.8;}; class GV9: GV1 {x = 0.9;}; class GH1: RscText { x = 0.1; y = 0.2; w = 0.8; h = 0.001; text = ""; colorBackground[] = {1,1,1,0.1}; }; class GH2: GH1 {y = 0.3;}; class GH3: GH1 {y = 0.4;}; class GH4: GH1 {y = 0.5;}; class GH5: GH1 {y = 0.6;}; class GH6: GH1 {y = 0.7;}; class GH7: GH1 {y = 0.8;}; //--- Krizik class cross1: RscText { x = 0.475; y = 0.5; w = 0.05; h = 0.001; text = ""; colorBackground[] = {1,1,1,0.3}; }; class cross2: RscText { x = 0.5; y = 0.475; w = 0.001; h = 0.05; text = ""; colorBackground[] = {1,1,1,0.3}; }; //--- Lavy roh horny class LineTLH: RscText { x = 0.1; y = 0.2; w = 0.1; h = 0.005; text = ""; colorBackground[] = {1,1,1,1}; }; class LineTLV: RscText { x = 0.1; y = 0.2; w = 0.005; h = 0.1; text = ""; colorBackground[] = {1,1,1,1}; }; //--- Pravy roh horny class LineTRH: RscText { x = 0.8; y = 0.2; w = 0.1; h = 0.005; text = ""; colorBackground[] = {1,1,1,1}; }; class LineTRV: RscText { x = 0.9-0.005; y = 0.2; w = 0.005; h = 0.1; text = ""; colorBackground[] = {1,1,1,1}; }; //--- Lavy roh spodny class LineBLH: RscText { x = 0.1; y = 0.8-0.005; w = 0.1; h = 0.005; text = ""; colorBackground[] = {1,1,1,1}; }; class LineBLV: RscText { x = 0.1; y = 0.7; w = 0.005; h = 0.1; text = ""; colorBackground[] = {1,1,1,1}; }; //--- Pravy roh spodny class LineBRH: RscText { x = 0.8; y = 0.8-0.005; w = 0.1; h = 0.005; text = ""; colorBackground[] = {1,1,1,1}; }; class LineBRV: RscText { x = 0.9-0.005; y = 0.7; w = 0.005; h = 0.1; text = ""; colorBackground[] = {1,1,1,1}; }; }; }; }; its pretty confusing,and that isnt all Anyone can help? Share this post Link to post Share on other sites
PuFu 4303 Posted July 25, 2010 (edited) wrong forum ArmA 2 & OA : CONFIGS AND SCRIPTING (addons) Your question belongs to ArmA 2 & OA - MISSION EDITING & SCRIPTING UAV module: http://community.bistudio.com/wiki/UAV ULB modules: http://community.bistudio.com/wiki/ULB Edited July 25, 2010 by PuFu Share this post Link to post Share on other sites
Randolph 10 Posted July 27, 2010 wrong forumArmA 2 & OA : CONFIGS AND SCRIPTING (addons) Your question belongs to ArmA 2 & OA - MISSION EDITING & SCRIPTING UAV module: http://community.bistudio.com/wiki/UAV ULB modules: http://community.bistudio.com/wiki/ULB Thanks for this,I was looking for tutorial for UAV/ULB Share this post Link to post Share on other sites