Jump to content
  • 0

Logo


bEnZ

Question

Salutare, am intampinat o problema, am un gm si nu stiu sa modific culoarea logo.ului .

Vreau sa pun culoarea verde dar nu stiu ce sa modific si ce numere sunt

 

    TextDraw nume server
*/
    tag = TextDrawCreate(550.929931, 404.666687, "G-Gaming");
    TextDrawLetterSize(tag, 0.381727, 3.816666);
    TextDrawAlignment(tag, 1);
    TextDrawColor(tag, 65420);
    TextDrawSetShadow(tag, 0);
    TextDrawSetOutline(tag, 1);
    TextDrawBackgroundColor(tag, 229);
    TextDrawFont(tag, 2);
    TextDrawSetProportional(tag, 1);

    heall = TextDrawCreate(556.057739, 433.749664, "www.Green-Gaming.ro");
    TextDrawLetterSize(heall, 0.226178, 1.203333);
    TextDrawAlignment(heall, 1);
    TextDrawColor(heall, -2139062017);
    TextDrawSetShadow(heall, 0);
    TextDrawSetOutline(heall, 1);
    TextDrawBackgroundColor(heall, 229);
    TextDrawFont(heall, 2);
    TextDrawSetProportional(heall, 1);

    community = TextDrawCreate(521.899414, 433.116210, "");
    TextDrawLetterSize(community, 0.333000, 1.430000);
    TextDrawAlignment(community, 1);
    TextDrawColor(community, -1275002524);
    TextDrawSetShadow(community, 0);
    TextDrawSetOutline(community, 0);
    TextDrawBackgroundColor(community, 229);
    TextDrawFont(community, 1);
    TextDrawSetProportional(community, 1);

ACESTA ESTE TEXTDRAW.UL LOGOULUI SI NU STIU CUM SA II SCHIMB CULOAREA AM SCHIMBAT DIN 255 IN 229 DAR TOT ASA APARE, PUTIN AJUTOR VA ROG

Edited by bEnZ
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

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.