14.01.2012, 12:48
Hey!
iil made an TextDraw but i cannot to see him on the Screen....What is wrong or what to add?
i write this at up :
new Text:Text;
and this under :
public OnGameModeInit()
Text = TextDrawCreate(538 ,13 , "Text");
TextDrawFont(Text , 3);
TextDrawLetterSize(Text , 1, 7);
TextDrawColor(Text , 0xff0000FF);
TextDrawSetOutline(Text , false);
TextDrawSetProportional(Text , true);
TextDrawSetShadow(Text , 1);
iil made an TextDraw but i cannot to see him on the Screen....What is wrong or what to add?
i write this at up :
new Text:Text;
and this under :
public OnGameModeInit()
Text = TextDrawCreate(538 ,13 , "Text");
TextDrawFont(Text , 3);
TextDrawLetterSize(Text , 1, 7);
TextDrawColor(Text , 0xff0000FF);
TextDrawSetOutline(Text , false);
TextDrawSetProportional(Text , true);
TextDrawSetShadow(Text , 1);