[help] Something in textdraw [solved]
#1

Hello,

I have RP server, and i want to do black rectangle up and black rectangle down for the TV function.

and i want to do that with textdraw

so i tried and i failed

someone can help me or give me the code?

Sorry About my bad english (if it was a bad..)

Thank you for the understanding

Reply
#2

https://sampwiki.blast.hk/wiki/TextDrawCreate
https://sampwiki.blast.hk/wiki/TextDrawDestroy
https://sampwiki.blast.hk/wiki/TextDrawTextSize
https://sampwiki.blast.hk/wiki/TextDrawAlignment
https://sampwiki.blast.hk/wiki/TextDrawColor
https://sampwiki.blast.hk/wiki/TextDrawUseBox
https://sampwiki.blast.hk/wiki/TextDrawSetShadow
https://sampwiki.blast.hk/wiki/TextDrawSetOutline
https://sampwiki.blast.hk/wiki/TextDrawFont
https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer
https://sampwiki.blast.hk/wiki/TextDrawShowForAll
https://sampwiki.blast.hk/wiki/TextDrawSetString

That could maybe help you.
Reply
#3

I know but i don't know the Coordinates
Reply
#4

Here, I made you an example:

pawn Код:
new Text:TextDraw

TextDraw = TextDrawCreate(20.0, 260.0, "Write Something Here");
TextDrawUseBox(TextDraw, true);
TextDrawColor(TextDraw, 0xFFFFFFAA);
TextBoxDrawColor(TextDraw, 0x00000000);
TextDrawFont(TextDraw, 1);
Reply
#5

Thank you dude
Reply
#6

You're welcome.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)