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



textdraw - AnonScripter - 20.09.2013

how to know the positions of the screen for textdraw ?


Re: textdraw - CesarLT - 20.09.2013

Use this website.


Re: textdraw - jakejohnsonusa - 20.09.2013

Use a textdraw editor, search the filterscripts and gamemodes for one.

That's what I do, makes it easy.


Re: textdraw - AnonScripter - 20.09.2013

help me more please!
i want to make a textdraws more than one line with a box, like "onplayerconnect" show a box of textdraws with more than one line, and it's about server rules, somebody know how ?


Re: textdraw - JimmyCh - 20.09.2013

What I do is get a 640x480 dimensions picture and open it with paint, on the bottom of the screen you get like 140, 400px >> That's your position.

You just put the mouse on where you want the textdraw to start at, and it gets you its position.


Re: Textdraw problems - AnonScripter - 20.09.2013

okay that's a great method to know the positions..
my new question is: can we make a box with textdraws like this :
1- something
2- something
3- something

and when a player type a number, he will switch to a new box with new textdraws.

EDIT: and can we make a big box includes more than 1 line of textdraws ?
also can we make the box a lil bit transparent ?


Re: textdraw - AnonScripter - 21.09.2013

anybody here ?


Re: textdraw - DanishHaq - 21.09.2013

Quote:
Originally Posted by AnonScripter
Посмотреть сообщение
anybody here ?
No the apocalypse occurred and everyone died and you're the only one alive. I'm speaking to you from the afterlife.

Jokes, but, you can use this to make a box https://sampwiki.blast.hk/wiki/TextDrawUseBox.

I'd recommend you use iPLEOMAX's TextDraw editor, because it's the best and easiest to use. Check here: https://sampforum.blast.hk/showthread.php?tid=376758.


Re: textdraw - AnonScripter - 21.09.2013

hehehe thank you, btw can we make a transparent box ?


Re: textdraw - DanishHaq - 21.09.2013

https://sampwiki.blast.hk/wiki/TextDrawBoxColor:

Quote:

The colour. Opacity is set by the alpha intensity of colour (eg. color 0x000000FF has a solid black box opacity, whereas 0x000000AA has a semi-transparent black box opacity).