[Ajuda] tempo
#1

Код:
stock Comma(numbers) //by Gamer931215
{
    new temp[24],counter = -1;
    valstr(temp,numbers);
    for(new i = strlen(temp);i > 0; i--)
    {
        counter++;
        if(counter == 3)
        {
            strins(temp,",",i);
            counter = 0;
        }
    }
    return temp;
}
Alguem me ajuda como converte isso pra ms, pois ta em segundos
Reply


Messages In This Thread
tempo - by Jorginhoda12 - 20.06.2018, 00:40
Re: tempo - by NelsonC - 20.06.2018, 01:09
Re: tempo - by Jorginhoda12 - 20.06.2018, 01:10
Re: tempo - by Bruno13 - 20.06.2018, 01:19

Forum Jump:


Users browsing this thread: 2 Guest(s)