12.07.2011, 18:36
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)