26.08.2010, 21:23
E ae manolozada
Й o seguinte, fiz uma textdrawn com box, bonitinha, linda e maravilhosa para meu servidor, nele vai as informaзхes de Level, Kills, Death, Exp, estudo. Porйm, eu precisava que ela atualizasse toda vez alguma informaзхes fosse alterada, ou de segundos em segundos. Como faz? :S
Code dela:
Й o seguinte, fiz uma textdrawn com box, bonitinha, linda e maravilhosa para meu servidor, nele vai as informaзхes de Level, Kills, Death, Exp, estudo. Porйm, eu precisava que ela atualizasse toda vez alguma informaзхes fosse alterada, ou de segundos em segundos. Como faz? :S
Code dela:
pawn Код:
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"));
Infos = TextDrawCreate(0,421.5,string);
TextDrawUseBox(Infos,1);
TextDrawBoxColor(Infos,0x00000066);
TextDrawTextSize(barra,800,400);
TextDrawAlignment(Infos,0);
TextDrawBoxColor(barra, 126); //Cor do fundo
TextDrawBackgroundColor(Infos,0x000000ff);
TextDrawFont(Infos,1);
TextDrawColor(Infos,0xffffffff);
TextDrawSetOutline(Infos,1);
TextDrawSetProportional(Infos,1);
TextDrawSetShadow(Infos,1);