Textdraw changeing color???
#1

Hi Guys this textdraw below is green but i want it like a lightblue color can anyone Help me with it i will post the codes for it below







Код:
Textdraw2 = TextDrawCreate(0.000000,437.000000,"Help:");
  	Textdraw3 = TextDrawCreate(303.000000,437.000000,"Need a Admin? Use /report ");
  	TextDrawUseBox(Textdraw2,1);
  	TextDrawBoxColor(Textdraw2,0x00000066);
  	TextDrawTextSize(Textdraw2,700.000000,1500.000000);
  	TextDrawAlignment(Textdraw2,1);
  	TextDrawAlignment(Textdraw3,2);
  	TextDrawBackgroundColor(Textdraw2,0x00000066);
  	TextDrawBackgroundColor(Textdraw3,0x000000ff);
  	TextDrawFont(Textdraw2,1);
  	TextDrawLetterSize(Textdraw2,0.299999,1.000000);
  	TextDrawFont(Textdraw3,2);
  	TextDrawLetterSize(Textdraw3,0.399999,1.000000);
  	TextDrawColor(Textdraw2,0x00ff00cc);
  	TextDrawColor(Textdraw3,0xffffffff);
  	TextDrawSetOutline(Textdraw2,1);
  	TextDrawSetOutline(Textdraw3,1);
  	TextDrawSetProportional(Textdraw2,1);
  	TextDrawSetProportional(Textdraw3,1);
  	TextDrawSetShadow(Textdraw2,1);
  	TextDrawSetShadow(Textdraw3,1);
  	SetTimer("ChangeTextDraw",6000,true);
Reply
#2

pawn Код:
Textdraw2 = TextDrawCreate(0.000000,437.000000,"Help:");
    Textdraw3 = TextDrawCreate(303.000000,437.000000,"Need a Admin? Use /report ");
    TextDrawUseBox(Textdraw2,1);
    TextDrawBoxColor(Textdraw2,0x00EEFFFF);
    TextDrawTextSize(Textdraw2,700.000000,1500.000000);
    TextDrawAlignment(Textdraw2,1);
    TextDrawAlignment(Textdraw3,2);
    TextDrawBackgroundColor(Textdraw2,0x00000066);
    TextDrawBackgroundColor(Textdraw3,0x000000ff);
    TextDrawFont(Textdraw2,1);
    TextDrawLetterSize(Textdraw2,0.299999,1.000000);
    TextDrawFont(Textdraw3,2);
    TextDrawLetterSize(Textdraw3,0.399999,1.000000);
    TextDrawColor(Textdraw2,0x00ff00cc);
    TextDrawColor(Textdraw3,0xffffffff);
    TextDrawSetOutline(Textdraw2,1);
    TextDrawSetOutline(Textdraw3,1);
    TextDrawSetProportional(Textdraw2,1);
    TextDrawSetProportional(Textdraw3,1);
    TextDrawSetShadow(Textdraw2,1);
    TextDrawSetShadow(Textdraw3,1);
    SetTimer("ChangeTextDraw",6000,true);
There you go!
Reply
#3

Quote:
Originally Posted by CrazyChoco
Посмотреть сообщение
pawn Код:
Textdraw2 = TextDrawCreate(0.000000,437.000000,"Help:");
    Textdraw3 = TextDrawCreate(303.000000,437.000000,"Need a Admin? Use /report ");
    TextDrawUseBox(Textdraw2,1);
    TextDrawBoxColor(Textdraw2,0x00EEFFFF);
    TextDrawTextSize(Textdraw2,700.000000,1500.000000);
    TextDrawAlignment(Textdraw2,1);
    TextDrawAlignment(Textdraw3,2);
    TextDrawBackgroundColor(Textdraw2,0x00000066);
    TextDrawBackgroundColor(Textdraw3,0x000000ff);
    TextDrawFont(Textdraw2,1);
    TextDrawLetterSize(Textdraw2,0.299999,1.000000);
    TextDrawFont(Textdraw3,2);
    TextDrawLetterSize(Textdraw3,0.399999,1.000000);
    TextDrawColor(Textdraw2,0x00ff00cc);
    TextDrawColor(Textdraw3,0xffffffff);
    TextDrawSetOutline(Textdraw2,1);
    TextDrawSetOutline(Textdraw3,1);
    TextDrawSetProportional(Textdraw2,1);
    TextDrawSetProportional(Textdraw3,1);
    TextDrawSetShadow(Textdraw2,1);
    TextDrawSetShadow(Textdraw3,1);
    SetTimer("ChangeTextDraw",6000,true);
There you go!
Thanks can you tell me what you changed so ino what am doing
Reply
#4

Isn't this pretty obvious? I don't want to be a dick, but eehh..
pawn Код:
TextDrawColor(Textdraw2,0x00ff00cc);
TextDrawColor(Textdraw3,0xffffffff);
Isn't it pretty self explanatory that you change the color with this?
Reply
#5

Quote:
Originally Posted by Jstylezzz
Посмотреть сообщение
Isn't this pretty obvious? I don't want to be a dick, but eehh..
pawn Код:
TextDrawColor(Textdraw2,0x00ff00cc);
TextDrawColor(Textdraw3,0xffffffff);
Isn't it pretty self explanatory that you change the color with this?
ino its obvious as i am new to this Textdraw

2nd i didnt make this it is also a filterscript witch is released!


And ino your not being a dick you just being helpful Thanks pal
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)