Textdraw
#1

I don't know why this thing shows only the text ld_drv:ribb instead of image.

Код:
	AchTD2 = TextDrawCreate(11.000000, 228.000000, "ld_drv:ribb");
	TextDrawBackgroundColor(AchTD2, 0);
	TextDrawFont(AchTD2, 2);
	TextDrawLetterSize(AchTD2, 0.699999, 11.000000);
	TextDrawColor(AchTD2, -1);
	TextDrawSetOutline(AchTD2, 0);
	TextDrawSetProportional(AchTD2, 1);
	TextDrawSetShadow(AchTD2, 0);
	TextDrawUseBox(AchTD2, 1);
	TextDrawBoxColor(AchTD2, 255);
	TextDrawTextSize(AchTD2, 88.000000, 90.000000);
	TextDrawSetSelectable(AchTD2, 0);
Reply
#2

Textdraw font must be 4
Reply
#3

Quote:
Originally Posted by Logic_
Посмотреть сообщение
Textdraw font must be 4
Worked thanks +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)