[Pawn] record time - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3) +--- Forum: Pawn Scripting (https://www.burgershot.gg/forumdisplay.php?fid=10) +--- Thread: [Pawn] record time (/showthread.php?tid=2248) |
record time - Zow - 2021-11-12 PHP Code: main() { Quote:00588 I just want them to be like this https://youtu.be/v62Gt38ngzM?t=28 ![]() 7.865 second Any help please RE: record time - Y_Less - 2021-11-18 Divide by 60000 for minutes, mod by 60000 for milliseconds, divide that by 1000 for seconds. |