[Ajuda] Com TextDraw
#6

pawn Код:
new Text:TV;

TV = TextDrawCreate(453.000000, 119.000000, "--");
    TextDrawBackgroundColor(TV, 15);
    TextDrawFont(TV, 1);
    TextDrawLetterSize(TV, 0.380000, 1.500000);
    TextDrawColor(TV, -1);
    TextDrawSetOutline(TV, 1);
    TextDrawSetProportional(TV, 1);
    TextDrawUseBox(TV, 1);
    TextDrawBoxColor(TV, 100);

format(gstring, sizeof(gstring), "Teste");
TextDrawSetString(TV, gstring);     //Vocк esqueceu de setar a string
TextDrawShowForPlayer(i, TV)
Reply


Messages In This Thread
[Ajuda] Com TextDraw - by diretor7 - 12.07.2011, 18:23
Re: [Ajuda] Com TextDraw - by ViCtOr_Mc - 12.07.2011, 18:27
Re: [Ajuda] Com TextDraw - by CyNiC - 12.07.2011, 18:28
Re: [Ajuda] Com TextDraw - by diretor7 - 12.07.2011, 18:31
Re: [Ajuda] Com TextDraw - by ViCtOr_Mc - 12.07.2011, 18:33
Re: [Ajuda] Com TextDraw - by Josma_cmd - 12.07.2011, 18:36
Re: [Ajuda] Com TextDraw - by ViCtOr_Mc - 12.07.2011, 18:39
Re: [Ajuda] Com TextDraw - by diretor7 - 12.07.2011, 18:40
Re: [Ajuda] Com TextDraw - by Josma_cmd - 12.07.2011, 18:49

Forum Jump:


Users browsing this thread: 1 Guest(s)