SA-MP Forums Archive
Textdraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw (/showthread.php?tid=654916)



Textdraw - Shadow0707 - 09.06.2018

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);



Re: Textdraw - Logic_ - 09.06.2018

Textdraw font must be 4


Re: Textdraw - Shadow0707 - 09.06.2018

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