Hi,
I'm using framework 4.4R4 and the Logo doesn't show. I already check about errors and nothing. Does anyone have a solution for it work on framework 4.4R4?
This is my config:
Class RscTitles {
#include "dialog \ progress.hpp"
#include "dialog \ hud_nameTags.hpp"
#include "dialog \ hud_stats.hpp"
#include "dialog \ statusBar.hpp"
class introLife {
idd = -1;
Duration = 18; ClassControls
{
class ExampleControl {
idc = -1;
Type = 0;
Style = 2192;
X = 0.125;
Y = 0.125;
H = 0.75;
W = 0.75;
Font = "EtelkaNarrowMediumPro";
SizeEx = 0.05;
ColorBackground [] = {1,1,1,0};
ColorText [] = {1,1,1,1};
Text = "textures \ logo_intro.paa";
LineSpacing = 1;
};
};
};
};
Regards