SA-MP Forums Archive
[HELP] TextDraw Box? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] TextDraw Box? (/showthread.php?tid=216097)



[HELP] TextDraw Box? - Larsey123IsMe - 24.01.2011

How to make an box?
in the Right courner.

The TextDraw box i makes goes like:
and i cant make it bigger / Smaller =/

-----------------------------------------------------------------------ect

_______
|Stuff1 |
|Stuff2 |
|Stuff3 |
|Stuff3 |
|______|


Re: [HELP] TextDraw Box? - Stigg - 24.01.2011

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

Start here, all the info you need.

Peace...


Re: [HELP] TextDraw Box? - Kitten - 24.01.2011

its not really that hard using this

https://sampforum.blast.hk/showthread.php?tid=117851

i made all my textdraws in there i cant remember the co-rds on the screen to make the textdraw :P that should help you if u need helping making a box in that fs as me.


Re: [HELP] TextDraw Box? - Deji - 24.01.2011

This is as unhelpful as the reply I got: https://sampforum.blast.hk/showthread.php?pid=1033985#pid1033985

Basically, SA-MP seems to be without support for drawing boxes.


Re: [HELP] TextDraw Box? - Larsey123IsMe - 24.01.2011

Thx for feedback. LoL why isent is a function like:

TextDrawBox(playerid, hight, width, color);

pawn Код:
TextDrawBox(playerid, 5, 6, COLOR_RED;



Re: [HELP] TextDraw Box? - Kitten - 24.01.2011

Quote:
Originally Posted by Larsey123IsMe
Посмотреть сообщение
Thx for feedback. LoL why isent is a function like:

TextDrawBox(playerid, hight, width, color);

pawn Код:
TextDrawBox(playerid, 5, 6, COLOR_RED;
Then suggest it for next sa-mp future version


Re: [HELP] TextDraw Box? - Fj0rtizFredde - 24.01.2011

Use the textdraw editor and add a box (there is a item on the list that makes you enable it) to change the width use "Change Position" and "Move Box" and to change height add ~n~ to the textdraw string (You might need 8 or more of the ~n~ to make it perfect)


Re: [HELP] TextDraw Box? - Larsey123IsMe - 24.01.2011

Quote:
Originally Posted by Kitten
Посмотреть сообщение
Then suggest it for next sa-mp future version
Link please xD


Re: [HELP] TextDraw Box? - Deji - 24.01.2011

We can suggest things? Because even I, with my retarted incapability to get through a C++ tutorial and have anything to show for it could code that (in ASM (I'm so retarded I find that easier (probably a good reason for it, but lets assume I'm a retard (bracketed brackets are annoying)), of course).

Scripting for SAMP is really confusing me since I spent most of my time modding the original SA, so I've played with nearly everything that SA has to offer. SAMP restricts many things about it and changes stuff that doesn't make much sense to me.

Oh no, off-topic-ness-ism. Anyway, if there is a way to make suggestions or more importantly, help towards development of SAMP, I'd be glad to throw two pennies in (I'm british.. it's two pennies, not cents, so there).


Re: [HELP] TextDraw Box? - Kitten - 25.01.2011

https://sampforum.blast.hk/showthread.php?tid=102997