[Ajuda] Sistema de EXP
#1

ola, coloquei o relogio de up no meu gm, mas o relogio funfa, mas nao esta dando exp e level, ta salvando o tempo mas nao da exp e lv.

pawn Код:
forward RelogioUP(playerid);
public RelogioUP(playerid)
{
    if(segUP[playerid] == 0 && minUP[playerid] == 0)
    {
        GetPlayerName(playerid, StrContas, sizeof(StrContas));
        format(StrContas, sizeof(StrContas), "Contas/%s.ini", Nome(playerid));
        if(DadosPlayer[playerid][Logado] == 1)
        {
            if(AFK[playerid] == 0)
            {
                DOF2_SetInt(StrContas, "Tempo", DOF2_GetInt(StrContas, "Tempo")+1);
                //====== [EXP] ======
                if(DOF2_GetInt(StrContas, "Tempo") >=1)
                {
                    DOF2_SetInt(StrContas, "EXP", DOF2_GetInt(StrContas, "EXP")+1);
                    format(str, sizeof(str), "| EXP | Vocк ganhou +1 de experiкncia! [ %d / 5 ]", DOF2_GetInt(StrContas, "EXP"));
                    PlayerPlaySound(playerid, 1133, 0, 0, 0);
                    SendClientMessage(playerid, 0x33AAFFFF, str);
                    DOF2_SetInt(StrContas, "Tempo",0);
                }
                if(DOF2_GetInt(StrContas, "EXP") >=5)
                {
                    DOF2_SetInt(StrContas, "Level", DOF2_GetInt(StrContas, "Level") +1);
                    format(str, sizeof(str), "| UP | Vocк juntou 5 experiкncias, e ganhou +1 level  [Level: %d]", DOF2_GetInt(StrContas, "Level"));
                    SendClientMessage(playerid, 0x75EA00AA, str);
                    PlayerPlaySound(playerid, 1057, 0, 0, 0);
                    DOF2_SetInt(StrContas, "EXP", 0);
                    //Up(playerid);
                }
            }
        }
    }
    if(segUP[playerid] == 0)// -1
    {
        if(minUP[playerid] == 0)
        minUP[playerid] = 10;
        segUP[playerid] = 59;
        minUP[playerid] --;
    }
    format(str, sizeof(str), "~w~+~r~UP: ~w~%02d:%02d", minUP[playerid], segUP[playerid]);
    TextDrawSetString(UPRelogio[playerid], str);
    segUP[playerid] --;
    return 1;
}
Reply


Messages In This Thread
Sistema de EXP - by FernandoSS - 20.07.2014, 04:29
Re: Sistema de EXP - by n0minal - 20.07.2014, 05:27
Re: Sistema de EXP - by FernandoSS - 20.07.2014, 06:00
Re: Sistema de EXP - by FernandoSS - 20.07.2014, 16:01
Re: Sistema de EXP - by MultiKill - 20.07.2014, 16:09
Re: Sistema de EXP - by FernandoSS - 20.07.2014, 16:28
Re: Sistema de EXP - by MultiKill - 20.07.2014, 16:39
Re: Sistema de EXP - by FernandoSS - 20.07.2014, 16:59
Re: Sistema de EXP - by FernandoSS - 21.07.2014, 18:04
Re: Sistema de EXP - by ViniBorn - 21.07.2014, 18:13

Forum Jump:


Users browsing this thread: 1 Guest(s)