SA-MP Forums Archive
Ajust textdraw preview model - 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: Ajust textdraw preview model (/showthread.php?tid=624478)



Ajust textdraw preview model - PeanutButter - 17.12.2016

Hello,

As you can see on the picture the guns model is too big to fit in the little box.
Is there a way to make the M4 model smaller so it fits the whole box?




Re: Ajust textdraw preview model - Starters - 18.12.2016

Maybe u can try this- TextDrawTextSize(M4model, 50, 50);
for model preview :
(Text:text, Float:fRotX, Float:fRotY, Float:fRotZ, Float:fZoom) try change zoom
TextDrawSetPreviewRot(textdraw, -10.0, 0.0, -20.0, 1.0);