Jump to content
  • 0

Problema TD


HiTman

Question

Nick: HiTu.

Problema:  Nu pot pune culoarea alba la "Comunity" .. pe scurt e pe albastra toata .. si eu vreau doar "Skilledz" cu albastru si Comunity sa fie cu Alb

Vreau sa fie cum e mai jos .. dar nu reusesc

1398470309-Snapshot_2014-04-25_165553.png

Erori / warnings: -

Lini/script:

	Textdraw0 = TextDrawCreate(535.988403, 423.500061, "Skilledz Community");
	TextDrawBackgroundColor(Textdraw0, 51);
	TextDrawAlignment(Textdraw0, 1);
	TextDrawFont(Textdraw0, 3);
	TextDrawLetterSize(Textdraw0, 0.447657, 1.745833);
	TextDrawColor(Textdraw0, 8454088);
	TextDrawSetOutline(Textdraw0, 1);
	TextDrawSetProportional(Textdraw0, 1);
	TextDrawSetShadow(Textdraw0, 0);

 

Ai incercat sa rezolvi singur ?: da

1384322598-50326[1].png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

[pawn]

Textdraw0 = TextDrawCreate(535.988403, 423.500061, "Skilledz ~w~Community");

    TextDrawBackgroundColor(Textdraw0, 51);

    TextDrawAlignment(Textdraw0, 1);

    TextDrawFont(Textdraw0, 3);

    TextDrawLetterSize(Textdraw0, 0.447657, 1.745833);

    TextDrawColor(Textdraw0, 8454088);

    TextDrawSetOutline(Textdraw0, 1);

    TextDrawSetProportional(Textdraw0, 1);

    TextDrawSetShadow(Textdraw0, 0);

[/pawn]

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.