28.04.2015, 14:16
tenta assim
PHP код:
if(killerid != INVALID_PLAYER_ID)
{
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 %s um Novato/Civil e por isso Perdeu -1 Ponto de [Matou/Kill] no RG.", Nome(playerid));
SendClientMessage(killerid, Vermelho, string);
PlayerInfo[killerid][pMatou] --;
}
else
{
PlayerInfo[killerid][pMatou] ++; PlayerInfo[playerid][pMorreu] ++;
ChecaTempoExp(killerid); ChecaTempoExp(playerid);
}
}
}
}