How to make this.. ?
#1



I wan't to make that, but it isn't a textdraw, because I tryied and the ] gives me a star

Thanks
Reply
#2

Add '~' infront and after the symbol

[ - ~[~
Reply
#3

(ID:17) gametext gives [ID:17]
Reply
#4

Mhh, okay, but how can I make it so the textdraw will be allways centered?

Because, if I have another nick, the textdraw will move and is messy, so I need it centered,
like this
Thanks.
Reply
#5

pawn Код:
YourTextDraw = TextDrawCreate(320.0, 400.0) // Textdraws are created on 640x480, so 320 is the absolute middle.
TextDrawAlignment(YourTextDraw, 2) // 1: left, 2: center: 3: right
Reply
#6

That might be GameTextForPlayer type 5, with a few ~n~ before it.
I think that will centre automatically.
Reply
#7

Quote:
Originally Posted by Vince
Посмотреть сообщение
pawn Код:
YourTextDraw = TextDrawCreate(320.0, 400.0) // Textdraws are created on 640x480, so 320 is the absolute middle.
TextDrawAlignment(YourTextDraw, 2) // 1: left, 2: center: 3: right
Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)