SA-MP Forums Archive
Model Textdraw Low Quality - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: Model Textdraw Low Quality (/showthread.php?tid=543970)



Model Textdraw Low Quality - Hostoxide - 30.10.2014



Model Textdraw low quality bug

pawn Код:
modeltext = CreatePlayerTextDraw(playerid,-429.000000, -670.000000, "New Textdraw");
    PlayerTextDrawBackgroundColor(playerid,modeltext, 255);
    PlayerTextDrawFont(playerid,modeltext, 5);
    PlayerTextDrawLetterSize(playerid,modeltext, 0.500000, 1.000000);
    PlayerTextDrawColor(playerid,modeltext, -1);
    PlayerTextDrawSetOutline(playerid,modeltext, 0);
    PlayerTextDrawSetProportional(playerid,modeltext, 1);
    PlayerTextDrawSetShadow(playerid,modeltext, 1);
    PlayerTextDrawSetPreviewModel(playerid, modeltext, 19320);
    PlayerTextDrawSetPreviewRot(playerid, modeltext, -16.000000, 0.000000, -55.000000, 1.000000);
    PlayerTextDrawSetSelectable(playerid,modeltext, 0);



Re: Model Textdraw Low Quality - Baboon - 01.11.2014

not a bug, image is just too small. Try making an image bigger in paint.


Re: Model Textdraw Low Quality - Rudy_ - 01.11.2014

Quote:
Originally Posted by Strawhats
Посмотреть сообщение
not a bug, image is just too small. Try making an image bigger in paint.
So this means we can create our own Images and show it for everyone else?
If not, The image above if you make it bigger in paint will look good quality only for you. Right?


Re: Model Textdraw Low Quality - Mauzen - 01.11.2014

What Strawhats meant is that the model itself is just too small to make an HD image out of it.
Thats not a bug, but a natural result of the model rendering in the textdraw.

You can try to use a closer zoom distance and a smaller textdraw size to reduce this effect.