[Ajuda] Bug contado
#6

timeconvert(Time, &Minutes, &Seconds, &MSeconds)
{
new Float:fTime = floatdiv(Time, 60000);
Minutes = floatround(fTime, floatround_tozero);
Seconds = floatround(floatmul(fTime - Minutes, 60), floatround_tozero);
MSeconds = floatround(floatmul(floatmul(fTime - Minutes, 60) - Seconds, 1000), floatround_tozero);
}
Reply


Messages In This Thread
Bug contado - by Marllun - 17.11.2016, 10:07
Re: [Ajuda]Bug contado - by Marllun - 18.11.2016, 03:19
Re: [Ajuda]Bug contado - by F1N4L - 18.11.2016, 11:45
Re: [Ajuda]Bug contado - by Marllun - 18.11.2016, 19:41
Re: [Ajuda]Bug contado - by zSuYaNw - 18.11.2016, 20:21
Re: [Ajuda]Bug contado - by Marllun - 18.11.2016, 22:30

Forum Jump:


Users browsing this thread: 1 Guest(s)