Jump to content

assasinu_mihai

Membru
  • Posts

    1
  • Joined

  • Last visited

    Never

About assasinu_mihai

  • Birthday 20.10.1995

assasinu_mihai's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Daca inca nu ai reusit cauta asta: Textdraw44 = TextDrawCreate(594.000000, 328.000000, "."); // Circle of the Logo TextDrawBackgroundColor(Textdraw44, 255); TextDrawFont(Textdraw44, 1); TextDrawLetterSize(Textdraw44, 3.499998, 13.000000); TextDrawColor(Textdraw44, 629657275); TextDrawSetOutline(Textdraw44, 1); TextDrawSetProportional(Textdraw44, 1); format(string, sizeof(string),"v%s",Version); Textdraw45 = TextDrawCreate(604.000000, 433.000000, string); // version TextDrawBackgroundColor(Textdraw45, 255); TextDrawFont(Textdraw45, 2); TextDrawLetterSize(Textdraw45, 0.190000, 0.999999); TextDrawColor(Textdraw45, 629657343); TextDrawSetOutline(Textdraw45, 1); TextDrawSetProportional(Textdraw45, 1); Textdraw55 = TextDrawCreate(618.000000, 404.000000, "R"); TextDrawBackgroundColor(Textdraw55, 255); TextDrawFont(Textdraw55, 1); TextDrawLetterSize(Textdraw55, -0.589999, 2.300000); TextDrawSetOutline(Textdraw55, 1); TextDrawColor(Textdraw55, 629657343); TextDrawSetProportional(Textdraw55, 1); Si pt bani: Textdraw51[playerid] = TextDrawCreate(608.000000, 98.000000, " "); // bank money TextDrawAlignment(Textdraw51[playerid], 3); TextDrawBackgroundColor(Textdraw51[playerid], 255); TextDrawFont(Textdraw51[playerid], 3); TextDrawLetterSize(Textdraw51[playerid], 0.650000, 2.199999); TextDrawColor(Textdraw51[playerid], 43775); TextDrawSetOutline(Textdraw51[playerid], 1); TextDrawSetProportional(Textdraw51[playerid], 1);
×
×
  • 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.