[Ajuda] Ajuda aqui com meu IF
#1

Galerinha sera que da para me ajudar, fui ver um FS antigo e fiquei cismado em concertar ele para postar aqui para vcs, bom sу falta esse pequeno bug e esta 100%, o que acontece й que quando chega a 3600 segundos ele nгo faz as funзхes, segue o cуdigo
pawn Код:
#define SEGUNDOSLEVEL          3600
pawn Код:
public SegundoaMais()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        PlayerInfo[i][pSegundos] ++;
        if(PlayerInfo[i][pLevel] >= SEGUNDOSLEVEL)
        {
            PlayerInfo[i][pSegundos] = 0;
            LevelUP(i);
        }
    }
    return 1;
}
alguem pode ajudar? desde ja grato =)
Reply
#2

Код:
SetTimer("SegundoaMais", SEGUNDOSLEVEL);
Faltou o timer para iniciar a funзгo no tempo...
Reply
#3

Код:
public SegundoaMais()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        PlayerInfo[i][pSegundos] ++;
        if(PlayerInfo[i][pSegundos] >= SEGUNDOSLEVEL)
        {
            PlayerInfo[i][pSegundos] = 0;
            LevelUP(i);
        }
    }
    return 1;
}
Reply
#4

aaaaaaaaaaaaava? kkkkk vc acha q nao coloquei amigo, ele ja ta tudo certin =) nгo й isso que to falando, o timer й de um em um segundo
pawn Код:
segundos = SetTimer("SegundoaMais",1000,1);
o FS consiste em salvar seus segundos jogados, quando chega em 3600 segundos vc upa um level hehe, bem bolado nй? mas ele passa de 3600 segundos e nao rola a funзгo


@EDIT

Quote:
Originally Posted by Etton
Посмотреть сообщение
Код:
public SegundoaMais()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        PlayerInfo[i][pSegundos] ++;
        if(PlayerInfo[i][pSegundos] >= SEGUNDOSLEVEL)
        {
            PlayerInfo[i][pSegundos] = 0;
            LevelUP(i);
        }
    }
    return 1;
}
kkkkkkkkkkkkkkkk. nгo acredito que dei esse mole kkk, vlw mesmo ferakkkkkkkkkkkkkk
Reply
#5

Faзa um debug e veja qual funзгo nгo estб sendo executada como deveria, ao encontrar o cуdigo poste aqui!
Reply
#6

Cara desculpa, e nгo cheguei a ler seu post completo entгo fiz por alto o que interpretei.

Aonde a variavel PlayerInfo[i][pLevel] й incrementada?
Reply
#7

ja deu certo, sу dei um mole kkkkkkkkk
Reply
#8

Quote:
Originally Posted by LucasTotola
Посмотреть сообщение
ja deu certo, sу dei um mole kkkkkkkkk
Jб aconteceu vбrias vezes comigo, qualquer vacilo buga o cуdigo inteiro, por isso que sу codo quando estou totalmente concentrado :]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)