[Ajuda] Bug
#1

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:

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;
}
EDIT: JБ RESOLVI O ASSUNTO DOS NЪMEROS E LETRAS MAIS SУ FICA APARECENDO 40%, COMO RESOLVO?
Reply


Messages In This Thread
[Ajuda] Bug - by GuikBretas - 08.03.2011, 16:15
Re: [Ajuda] Bug - by leandro123456 - 08.03.2011, 16:21
Re: [Ajuda] Bug - by GuikBretas - 08.03.2011, 16:26
Re: [Ajuda] Bug - by leandro123456 - 08.03.2011, 16:43
Re: [Ajuda] Bug - by rjjj - 08.03.2011, 16:59

Forum Jump:


Users browsing this thread: 2 Guest(s)