09.06.2018, 02:52
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);