[Pedido] Tempo em Milisegundos
#1

Olб, gostaria de saber quanto й 1 minuto em milisegundos. Obrigado.
Reply
#2

acho que й 6000 nгo estou afirmando foi um chute
Reply
#3

nгo, nгo й.
Reply
#4

й 60000
Reply
#5

Quote:
Originally Posted by matheus_alcapone
Посмотреть сообщение
й 60000
isso foi o que eu pus e nгo chega a 1 minuto.
Reply
#6

Ja ouviu falar em duvidas curtas? da proxima poste lб suas duvidas (CURTAS)

1 Minuto Em Milessegundos: 60000


http://www.convertworld.com/pt/tempo/

@edit
poste como voce ta colocando!
Reply
#7

um minuto й 60000 deve ter algo errado no que vocк esta usando
Reply
#8

1s - 1000
10s - 10000
60s - 60000
Reply
#9

Olб, Meu nome CorTheZ e irei lhe ajudar !

Passe seu cуdigo que estб dando erro completo !


Irei revisa-lo para ver se algo errado !


Atensiosamente CorTheZ
Reply
#10

pawn Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
    if(checkpointid == GarbageCheckpoint)
    {
        ApplyAnimation(playerid, "DEALER", "DEALER_DEAL", 4.0,0,0,0,0,0);
        PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
        TogglePlayerDynamicCP(playerid, GarbageCheckpoint, 0);
        SendClientMessage(playerid, -1, "Depositaste o saco do lixo nos contentores.");
        PlayerInfo[playerid][CollectingGarbage] = 0;
        PlayerInfo[playerid][AbleToCollectGarbage] = 0;
        SetTimer("esperar60segundos", 60000, false);
        if(IsPlayerAttachedObjectSlotUsed(playerid, INDEX_GARBAGE))
        {
           RemovePlayerAttachedObject(playerid, INDEX_GARBAGE);
        }
    }
    return 1;
}
pawn Код:
public esperar60segundos(playerid)
{
    PlayerInfo[playerid][AbleToCollectGarbage] = 1;
    SendClientMessage(playerid, -1, "Ja podes apanhar novamente um saco de lixo.");
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)