[Ajuda] K/D com Bug
#1

Bom, meu K/D nao esta contando os kill e nem o deaths;
mas eu ja revirei meu GM e parece estar tudo correto.
alguem sabe oque pode ser?
Code:
if(InEvento[killerid] == 0 && Inx1A[killerid] == 0 && Inx1L[killerid] == 0 && InGaiola[killerid] == 0)
        {
            if(admtrampando[playerid] == 0 && helptrampando[playerid] == 0 && TempoONOFF[playerid] == 0)
            {
                if(PlayerInfo[playerid][pHorasON] == 0 || PlayerInfo[playerid][pLevel] <= 3 || PlayerInfo[playerid][pMembro] == 0 || PlayerInfo[playerid][pLider] == 0)
                {
                    format(string, sizeof(string),"[AVISO] Vocк matou um Novato/Civil e por isso Perdeu -1 Ponto de [Matou/Kill] no RG.", Nome(playerid));
                    SendClientMessage(killerid, Vermelho, string);
                    PlayerInfo[killerid][pMatou] -= 1;
                }
                else
                {
                    PlayerInfo[killerid][pMatou] += 1; PlayerInfo[playerid][pMorreu] += 1;
                    ChecaTempoExp(killerid);
					DropWeapons(playerid);
                }
            }
        }

sistema de K/D esta aqui.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)