#Textdraws for open.mp srver

3 messages · Page 1 of 1 (latest)

polar bloom
#

i have this code:
new Text:Igtd0;
new Text:Igtd1;
new Text:Igtd2;
new Text:Igtd3;
new Text:Igtd4;

Igtd0 = TextDrawCreate(552.381958, 3.413347, "GTA Macedonia");
TextDrawLetterSize(Igtd0, 0.316285, 1.864531);
TextDrawAlignment(Igtd0, 1);
TextDrawColor(Igtd0, -16776961);
TextDrawSetShadow(Igtd0, 0);
TextDrawSetOutline(Igtd0, 0);
TextDrawBackgroundColor(Igtd0, 51);
TextDrawFont(Igtd0, 1);
TextDrawSetProportional(Igtd0, 1);

Errors:
warning 213: tag mismatch: expected tag "t_TEXT_DRAWALIGN", but found none ("")
warning 213: tag mismatch: expected tag "t_TEXT_DRAWFONT", but found none ("")
warning 213: tag mismatch: expected tag "bool", but found none ("_")
can anyone help me?

delicate wraith
#

TextDrawAlignment(Igtd0, TEXT_DRAW_ALIGN_LEFT);
TextDrawFont(Igtd0, TEXT_DRAW_FONT_1);