[DUV] Atualizar TextDrawn
#3

Quote:
Originally Posted by [WinG]BiieL
Посмотреть сообщение
mete um timer pra ele destruir e depois recriar a textdraw, olha o FS de velocimetro do TiagoPS ele faz bem o q vc qr
@Bieel ERRADO! se destroir ele nгo vai aparecer Mais!.


@topic:
tenta.

pawn Код:
public OnGameModeInit()
{
SetTimer("chamar",100,true);
return 1;
}
forward chamar(playerid)
public chamar(playerid)
{
new string[256];
    format(string, 256, "                ~w~Kills:~r~ %d ~w~Deaths:~r~ %d ~w~Level:~r~ %d ~w~Exp:~r~ %d ~w~Estudos:~r~ %d", pap_CarregarInt(playerid, "Matou"), pap_CarregarInt(playerid, "Morreu"), pap_CarregarInt(playerid, "Level"), pap_CarregarInt(playerid, "Experiencia"), pap_CarregarInt(playerid, "Estudos"));
       TextDrawSetString(Infos, string);
    TextDrawShowForPlayer(playerid, Infos);
 return 1;
}
Reply


Messages In This Thread
[DUV] Atualizar TextDrawn - by [NWD]Tweener_ - 26.08.2010, 21:23
Re: [DUV] Atualizar TextDrawn - by BiieL - 26.08.2010, 21:27
Re: [DUV] Atualizar TextDrawn - by zSuYaNw - 26.08.2010, 21:33
Re: [DUV] Atualizar TextDrawn - by [NWD]Tweener_ - 26.08.2010, 21:57
Re: [DUV] Atualizar TextDrawn - by BiieL - 26.08.2010, 22:01
Re: [DUV] Atualizar TextDrawn - by [NWD]Tweener_ - 26.08.2010, 22:07
Re: [DUV] Atualizar TextDrawn - by BiieL - 26.08.2010, 22:10
Re: [DUV] Atualizar TextDrawn - by Canabis - 26.08.2010, 22:51
Re: [DUV] Atualizar TextDrawn - by [NWD]Tweener_ - 26.08.2010, 23:01
Re: [DUV] Atualizar TextDrawn - by TiagoPS - 27.08.2010, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)