SA-MP Forums Archive
texdraw low quality ? - 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: texdraw low quality ? (/showthread.php?tid=543840)



texdraw low quality ? - Hostoxide - 29.10.2014


Saveimg.us Image Hosting

Why the pumpkin model is low quality ?

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: texdraw low quality ? - Alex Magaсa - 29.10.2014

I think they configure the image. Actually the pumpkin model is no low quality.
If you made this show us the code of the TextDraw.



Re: texdraw low quality ? - Hostoxide - 29.10.2014

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
I think they configure the image. Actually the pumpkin model is no low quality.
If you made this show us the code of the TextDraw.
Updated Code


Re: texdraw low quality ? - Hostoxide - 29.10.2014

Hellow anyone ?