Textdraw help
#1

Hey guys i don't know why but whenever I want to make text draw to cover whole screen, textdraw isn't there when I write a command to test it out I already posted something like this and someone said that textdraw is out of screen that's why it doesn't show up so can someone make textdraw from me that cover whole screen? Because I tried many times and I can't make it, rep+ for helper.
Reply
#2

Would this not work?

Код:
// On top of script:
new Text:;

// In OnGameModeInit
 = TextDrawCreate(325 ,325 , "");
TextDrawFont( , 1);
TextDrawLetterSize( , 1, 7);
TextDrawColor( , 0xff0000FF);
TextDrawSetOutline( , false);
TextDrawSetProportional( , true);
TextDrawSetShadow( , 1);
TextDrawUseBox(, 1);
TextDrawBoxColor(, );
TextDrawBoxSize(, 500, 500);
Change the last one 'TextDraw Box Size' to whatever you need it to be.
Reply
#3

Try using ITD (Ipleomax TextDraw Editor)
you can build easily textdraws, and it will give you the code
Reply
#4

Quote:
Originally Posted by Ramoboss
Посмотреть сообщение
Try using ITD (Ipleomax TextDraw Editor)
you can build easily textdraws, and it will give you the code
Tried to use that editor but it's not working... when I write /itd it says "server unknown command" -.-', anyone?
Reply
#5

Quote:
Originally Posted by NoSoap
Посмотреть сообщение
Would this not work?

Код:
// On top of script:
new Text:;

// In OnGameModeInit
 = TextDrawCreate(325 ,325 , "");
TextDrawFont( , 1);
TextDrawLetterSize( , 1, 7);
TextDrawColor( , 0xff0000FF);
TextDrawSetOutline( , false);
TextDrawSetProportional( , true);
TextDrawSetShadow( , 1);
TextDrawUseBox(, 1);
TextDrawBoxColor(, );
TextDrawBoxSize(, 500, 500);
Change the last one 'TextDraw Box Size' to whatever you need it to be.
Didn't this guy just answer you.
Reply
#6

Can you show me your textdraw code?
Reply
#7

Quote:
Originally Posted by DaniceMcHarley
Посмотреть сообщение
Didn't this guy just answer you.
TextDrawBoxSize - I get error about undefined...

Umm anyway I tried this and textdraw doesn't even show up

pawn Код:
Textdraw0 = TextDrawCreate(1.000000,1.000000,".");
TextDrawUseBox(Textdraw0,1);
TextDrawBoxColor(Textdraw0,0x00000099);
TextDrawTextSize(Textdraw0,639.000000,-17.000000);
TextDrawAlignment(Textdraw0,0);
TextDrawBackgroundColor(Textdraw0,0x00000000);
TextDrawFont(Textdraw0,3);
TextDrawLetterSize(Textdraw0,1.000000,49.499919);
TextDrawColor(Textdraw0,0x00000000);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
Reply
#8

Oh textdraw is here but can you make it so I can see a bit over that textdraw, now I can't I want it so that black will be only 60% dark not 100% rep+ for you anyway
Reply
#9

ty
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)