09.09.2012, 21:49
Ola a todos Bom dia, Boa tarde, Boa noite, estou aqui pedindo uma ajuda em um bug dos textos que ficam na tela,
estб acontecendo o seguinte o primeiro texto fica bugado quando re-loga o text some como esta nessas imagens
![](/imageshack/Himg195/scaled.php?server=195&filename=samp001cy.png&res=landing)
![](/imageshack/Himg834/scaled.php?server=834&filename=samp002yl.png&res=landing)
codigo:
estб acontecendo o seguinte o primeiro texto fica bugado quando re-loga o text some como esta nessas imagens
![](/imageshack/Himg195/scaled.php?server=195&filename=samp001cy.png&res=landing)
![](/imageshack/Himg834/scaled.php?server=834&filename=samp002yl.png&res=landing)
codigo:
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
textFPS[i] = TextDrawCreate(199.000000, 375.000000, " ");
TextDrawAlignment(textFPS[i], 3);
TextDrawBackgroundColor(textFPS[i], 0xFF8000FF);
TextDrawFont(textFPS[i], 3);
TextDrawLetterSize(textFPS[i], 0.389999, 0.899999);
TextDrawColor(textFPS[i], 0x000000f6);
TextDrawSetOutline(textFPS[i], 1);
TextDrawSetProportional(textFPS[i], 1);