DRAWS - 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: DRAWS (
/showthread.php?tid=210655)
DRAWS -
NuggaN_ - 13.01.2011
Hey, how do I create those TEXTs, like on the picture upper right corner, the url. How do I create them, how can I give it positions, any programm or tool there, and how to set it colours.
And two more questions.
How to do the Real time and Date, but maybe in smaller size. How can I change the size also from the textdraw. Please help me guys
x
Re: DRAWS -
Toreno - 13.01.2011
It's difficult to explain it with a simple comment. However, for a start you need to use:
pawn Код:
TextDrawCreate(240.0,580.0,"Welcome to my SA-MP server");
And you can search for tutorials about this or just learn by yourself with a help of WIKI:
https://sampwiki.blast.hk/wiki/TextDrawCreate
Re: DRAWS -
HyperZ - 13.01.2011
Edit: Too Late.