Jump to content
  • 0

Ajutor TextDraw


SkyLeAs

Question

Problema intalnita (descriere):Pai am facut un textdraw dar imi arata cu negru :| iar eu iam dat opacity pe 0 
Ero(area / rile) / warning-(ul / urile):~
Liniile de cod / sursa / script-ul:

Textdraw0 = TextDrawCreate(527.200134, 317.333374, "New Textdraw");
	TextDrawLetterSize(Textdraw0, 0.449999, 1.600000);
	TextDrawTextSize(Textdraw0, 133.600036, 123.946640);
	TextDrawAlignment(Textdraw0, 1);
	TextDrawColor(Textdraw0, -1);
	TextDrawUseBox(Textdraw0, true);
	TextDrawBoxColor(Textdraw0, 0);
	TextDrawSetShadow(Textdraw0, 0);
	TextDrawSetOutline(Textdraw0, 1);
	TextDrawFont(Textdraw0, 5);
	TextDrawSetProportional(Textdraw0, 1);
	TextDrawSetPreviewModel(Textdraw0, 19076);
	TextDrawSetPreviewRot(Textdraw0, 0.000000, 0.000000, 173.000000, 1.000000);

	Textdraw1 = TextDrawCreate(570.399963, 408.426696, "New Textdraw");
	TextDrawLetterSize(Textdraw1, 0.449999, 1.600000);
	TextDrawTextSize(Textdraw1, 48.000000, 44.800056);
	TextDrawAlignment(Textdraw1, 1);
	TextDrawColor(Textdraw1, -1);
	TextDrawUseBox(Textdraw1, true);
	TextDrawBoxColor(Textdraw1, 0);
	TextDrawSetShadow(Textdraw1, 0);
	TextDrawSetOutline(Textdraw1, 1);
	TextDrawFont(Textdraw1, 5);
	TextDrawSetProportional(Textdraw1, 1);
	TextDrawSetPreviewModel(Textdraw1, 19058);
	TextDrawSetPreviewRot(Textdraw1, 0.000000, 0.000000, 352.000000, 1.000000);

Imagini / Video (optional):

54793132ce475.png
Ati incercat sa rezolvati singur?:Nu am incercat pentru ca nu stiu cum pentru ca eu stiu ca iam dat opacity pe 0

Edited by Gotze
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Seteaza culoarea "cutiei" textdraw-ului pe 0xFFFFFF00

 

 

1T_BackColor=0 / 1T_BoxColor=0 ( Cam asa ceva trebuie sa ai ca sa-l faci transparent )

Eu am asa 

Textdraw0 = TextDrawCreate(527.200134, 317.333374, "New Textdraw");
TextDrawLetterSize(Textdraw0, 0.449999, 1.600000);
TextDrawTextSize(Textdraw0, 133.600036, 123.946640);
TextDrawAlignment(Textdraw0, 1);
TextDrawColor(Textdraw0, -1);
TextDrawUseBox(Textdraw0, true);
TextDrawBoxColor(Textdraw0, 0);
TextDrawSetShadow(Textdraw0, 0);
TextDrawSetOutline(Textdraw0, 1);
TextDrawFont(Textdraw0, 5);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetPreviewModel(Textdraw0, 19076);
TextDrawSetPreviewRot(Textdraw0, 0.000000, 0.000000, 173.000000, 1.000000);

Textdraw1 = TextDrawCreate(570.399963, 408.426696, "New Textdraw");
TextDrawLetterSize(Textdraw1, 0.449999, 1.600000);
TextDrawTextSize(Textdraw1, 48.000000, 44.800056);
TextDrawAlignment(Textdraw1, 1);
TextDrawColor(Textdraw1, -1);
TextDrawUseBox(Textdraw1, true);
TextDrawBoxColor(Textdraw1, 0);
TextDrawSetShadow(Textdraw1, 0);
TextDrawSetOutline(Textdraw1, 1);
TextDrawFont(Textdraw1, 5);
TextDrawSetProportional(Textdraw1, 1);
TextDrawSetPreviewModel(Textdraw1, 19058);
TextDrawSetPreviewRot(Textdraw1, 0.000000, 0.000000, 352.000000, 1.000000);
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.