A TEXT DRAW BUG !!
#1

hello guys this is vaishnav.......i have a problem with textbox in my codao script.....

Whenever we capture a zone in the server.......the shady text box gets vanished.....can u guys tell me how to fix ?


Before capturing zone :
http://imgur.com/aze1pzy



After capturing zone :
http://imgur.com/aze1pzy




http://imgur.com/a/WJ6kj
Reply
#2

Do we have special powers that we know what code you are using? Post your code here so that we can help you.
Reply
#3

Probably the box or the box color removed itself.
Reply
#4

Quote:

Server = TextDrawCreate(390.000000,356.000000,"octenium gaming");
TextDrawUseBox(Server,1);
TextDrawBoxColor(Server,0xffff0066);
TextDrawTextSize(Server,640.000000,25.000000);
TextDrawAlignment(Server,0);
TextDrawBackgroundColor(Server,0xff00ff00);
TextDrawFont(Server,2);
TextDrawLetterSize(Server,0.399999,1.600000);
TextDrawColor(Server,0xff0000ff);
TextDrawSetShadow(Server,1);

these r the codes
Reply
#5

Quote:

Server = TextDrawCreate(390.000000,356.000000,"octenium gaming ");
TextDrawUseBox(Server,1);
TextDrawBoxColor(Server,0xffff0066);
TextDrawTextSize(Server,640.000000,25.000000);
TextDrawAlignment(Server,0);
TextDrawBackgroundColor(Server,0xff00ff00);
TextDrawFont(Server,2);
TextDrawLetterSize(Server,0.399999,1.600000);
TextDrawColor(Server,0xff0000ff);
TextDrawSetShadow(Server,1);

these r the codes guys
Reply
#6

Show me the textdraw when someone captures a place?
Reply
#7

i gave the links bro pls chek know
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)