How do I make this 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: How do I make this textdraw? (
/showthread.php?tid=622478)
How do I make this textdraw? -
danielpalade - 22.11.2016
I want to make a textdraw that looks like this:
http://imgur.com/a/gGLBe
Just don't know what settings. I already have the plugin where you can create textdraw's. I just can't find the right settings for it. I know that the font is 3, but that's it.
Any help pls?
Re: How do I make this textdraw? -
Dutheil - 22.11.2016
TextDrawCreate,
TextDrawFont,
Text Colors
Re: How do I make this textdraw? -
danielpalade - 22.11.2016
Quote:
Originally Posted by Dutheil
|
No. I mean I don't know which values to use for it to look like the one in the picture.
I've tried everything, I just can't find the right combination. Like how can you make that smooth shadow for example?
Re: How do I make this textdraw? -
Dutheil - 22.11.2016
iPLEOMAX's TextDraw Editor
Re: How do I make this textdraw? -
danielpalade - 22.11.2016
Quote:
Originally Posted by Dutheil
|
That one won't really work.. Whenever I click "create textdraw" the text pops up, but the textdraw doesn't..
Re: How do I make this textdraw? -
Nero_3D - 22.11.2016
colored text:
TextDrawCreate
Shadow:
TextDrawSetOutline
Re: How do I make this textdraw? -
danielpalade - 22.11.2016
Quote:
Originally Posted by Nero_3D
|
Tried that for the outline, but it doesn't look that smooth as in the picture.