[Ajuda] Aparece perto
#3

pawn Код:
if(strcmp(cmd, "/contagem", true) == 0)
{
    if(pAdmin[playerid] == 5)
    {
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, Vermelho, "Uso: /contagem [quantia]");
            return 1;
        }
        new contando = strval(tmp);
        for(new i=0; i < MAX_PLAYERS; i++)
        {
            if(noevento[i] == 1)
            {
                if(GetDistanceBetweenPlayers(playerid, i) < 25)
                {
                    contar[i] = contando;
                    contagem[i] = SetTimerEx("Contagem", 1000, true, "i", i);
                }
            }
        }
        else {
            SendClientMessage(playerid, Vermelho, "* Vocк nгo tem acesso a esse comando!");
        }
        return 1;
    }
Reply


Messages In This Thread
[Ajuda] Aparece perto - by [NVC]Eduardo - 21.04.2012, 01:41
Re: [Ajuda] Aparece perto - by @Riichard - 21.04.2012, 01:44
Re: [Ajuda] Aparece perto - by dPlaYer_ - 21.04.2012, 01:52
Re: [Ajuda] Aparece perto - by [NVC]Eduardo - 21.04.2012, 01:57

Forum Jump:


Users browsing this thread: 1 Guest(s)