[Ajuda] Nгo ser crime mata no evento
#1

Galera como faзo para q neste loca, q й o evento x1, ao matar alguem, с pegue procura.
pawn Код:
if(strcmp(cmd, "/eventox1", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pAdmin] >= 4)
            {
                if(admtrampando[playerid] < 1 && PlayerInfo[playerid][pAdmin] != 1342 && PlayerInfo[playerid][pAdmin] != 1341)
                {
                    SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/trabalhar)");
                    return 1;
                }
                GetPlayerPos(playerid, trazerx, trazery, trazerz);
                for(new i=0; i<MAX_PLAYERS; i++)
                {
                    if(IsPlayerConnected(i))
                    {
                        TrazerTodosX1[i] = 1;
                        SendClientMessage(i ,COLOR_LIGHTBLUE, "Admin estб chamando todos para um Evento De Sobrevivкncia!");
                        SendClientMessage(i ,COLOR_LIGHTBLUE, "Digite 'Sim' para ir ou 'Nao' para continuar onde estб.");
                        OnTrazerX1 = 1;
                    }
                }
                if(TrazerTodosX1[playerid] == 1)
                {
                    SetPlayerPos(playerid,-2326.8809,-1636.9822,483.7031);
                    SendClientMessage(playerid ,COLOR_LIGHTRED, "Vocк ativou o /eventox1!");
                    TrazerTodosX1[playerid] = 0;
                    return 1;
                }
                if(OnTrazerX1 == 1)
                {
                    SendClientMessage(playerid ,COLOR_GREY, "Ja estгo usando /trazertodos,use  /destruirtrazer para criar outro!");
                    return 1;
                }
                return 1;
            }
            return 1;
        }
        return 1;
    }
Aki, quando vc mata alguem, e pega procura.
pawn Код:
if(PlayerPaintballing[killerid] == 0)
    {
        SetPlayerCriminal(killerid, 255, "Assasinato");
        WantedPoints[playerid]+=1;
    }
Reply


Messages In This Thread
Nгo ser crime mata no evento - by Gutierrez_zikaloko - 21.04.2013, 13:45
Re: Nгo ser crime mata no evento - by mau.tito - 21.04.2013, 13:54
Re: Nгo ser crime mata no evento - by Gutierrez_zikaloko - 21.04.2013, 13:58
Re: Nгo ser crime mata no evento - by hard_dalzot - 21.04.2013, 16:03
Re: Nгo ser crime mata no evento - by Gutierrez_zikaloko - 22.04.2013, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)