[AJUDA] Public e SetTimer
#1

Eu sou um noob mesmo ¬¬', eu fiz um public, e coloquei o SetTimer de 100 milisegundos, sу que quando eu fico parado no lugar que й pra acionar o texto, envia a mensagem vбrias vezes, como resolver?

pawn Код:
public AcionarT2()
{
    new string[256], Nome[MAX_PLAYER_NAME];
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(PlayerToPoint(1.0, i, 268.5646,1874.9343,8.6094))
        {
            GetPlayerName(i,Nome,MAX_PLAYER_NAME);
            format(string,sizeof string,"CUIDADO! O JOGADOR %s JБ SUBIU A ESCADA E JБ PASSOU PELA PORTA!",Nome);
            SendClientMessageToAll(VERMELHO, string);
            //return 0;
        }
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Public e SetTimer - by GuikBretas - 18.02.2011, 13:15
Re: [AJUDA] Public e SetTimer - by [VGS]Protioso - 18.02.2011, 13:58
Re: [AJUDA] Public e SetTimer - by GuikBretas - 18.02.2011, 15:06
Re: [AJUDA] Public e SetTimer - by Ricop522 - 18.02.2011, 16:05

Forum Jump:


Users browsing this thread: 1 Guest(s)