SA-MP Forums Archive
[Help] Text 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] Text Box... (/showthread.php?tid=178848)



[Help] Text Box... - MicroD - 24.09.2010

A good day how to make something like this: /imageshack/img820/9669/samp001nl.png ... It's in the Croatian language ... I am now interested in how to make it ...

Thank you!



Re: [Help] Text Box... - Mauzen - 24.09.2010

It is a TextDraw. If you know the basics of pawn it should be no big problem for you to create it.
https://sampwiki.blast.hk/wiki/TextDrawCreate

For the colours you can use the default color codes for gametexts:
https://sampwiki.blast.hk/wiki/Colors_List


Re: [Help] Text Box... - MicroD - 24.09.2010

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
It is a TextDraw. If you know the basics of pawn it should be no big problem for you to create it.
https://sampwiki.blast.hk/wiki/TextDrawCreate

For the colours you can use the default color codes for gametexts:
https://sampwiki.blast.hk/wiki/Colors_List
How to get the coordinates such that we stand above the map as an image?


Re: [Help] Text Box... - Mauzen - 24.09.2010

The wiki article should explain everything. The coordinates are based on 640x480, so in the pic it should be around 250, 200 for the center box.

For further infos, check the TextDraw tutorial: https://sampforum.blast.hk/showthread.php?tid=2867