Tag Mismatch?
#1

MyTD = TextDrawCreate(40.0, 140.0,"_~N~~r~Example text!~N~_");
TextDrawUseBox(MyTD , 1);
TextDrawFont(MyTD , 1);
TextDrawLetterSize(MyTD ,0.3,1);
TextDrawSetShadow(MyTD ,1);
TextDrawSetOutline(MyTD ,1);
TextDrawBackgroundColor(MyTD ,0x000000FF);
TextDrawBoxColor(MyTD ,0x00000066);
TextDrawColor(MyTD ,0x000000FF);
TextDrawTextSize(MyTD , 200.0, 200.0);

This is right off the wiki
Im getting the warnings in 0.3
Reply
#2

Have you setted a Text: tag for MyTD variable?
Reply
#3

Sometimes, when i copy paste i have this warning.
Reply
#4

Quote:
Originally Posted by Don Correlli
Have you setted a Text: tag for MyTD variable?
Ok thanks it worked
Reply
#5

Can i Make the Box any bigger? Maybe i can adjust TextDrawLetterSize?
Reply
#6

Bump
EDIT: Never mind i found out how
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)