08.03.2011, 16:15
Pessoal to com um bug no sistema q tentei fazer.
quando eu pego virus no meu notebook (no jogo), e tento tirar o virus em um site.
aparece umas letras misturadas com uns nъmeros. aparece assim: "(08@HPX`hp10"
era sу pra aparecer a porcentagem, cуdigo:
EDIT: JБ RESOLVI O ASSUNTO DOS NЪMEROS E LETRAS MAIS SУ FICA APARECENDO 40%, COMO RESOLVO?
quando eu pego virus no meu notebook (no jogo), e tento tirar o virus em um site.
aparece umas letras misturadas com uns nъmeros. aparece assim: "(08@HPX`hp10"
era sу pra aparecer a porcentagem, cуdigo:
pawn Код:
//no Public de Verificar a URL:
SetTimer("eSecurity", 1000, 1);
//no topo
new PCcont[10][] =
{
"10",
"20",
"30",
"40",
"50",
"60",
"70",
"80",
"90",
"100"
};
//no Final
forward eSecurity(playerid);
public eSecurity(playerid)
{
new string[256];
format(string, sizeof(string), "%d", PCcont);
SendClientMessageToAll(COLOR_LIGHTRED,string);
return 1;
}