Need help with text
#1

Hi there.

How do i place a Text where I want? I don't really unterstand it.

Thx 4 Help
Reply
#2

TextDrawCreate
Reply
#3

You maybe also want to try GameTextForPlayer with ~n~?
Reply
#4

You can use GameText:

pawn Код:
new string[256];
format(string, sizeof(string), "HERE YOUR TEXT");
GameTextForPlayer(playerid, string, TIME(3000 = 3 seconds ;-)), STYLE(1-6));
Or You use a TextDraw:

pawn Код:
TextDrawCreate.....
If you want to use a TextDraw you just search for "TextDraw Editor" and download it and try a little bit
Reply
#5

DarkSnow, by gametext you can't make it at a position YOU want. You have to stick on the positions there are available.
Reply
#6

Kay sorry i didnt understand english so good
But you can doo it a little bit down but not where you want okay
Reply
#7

And you don't need
pawn Код:
new string[256];
it's definitly a waste of space, and if you want to show a text you can also use "text here" instead of formatting a string. If you want to use a player's name then you would need to format a string.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)