Hi guys,
How to extract the total time of local race (SPR)?
Is 1 bite qual mins the total time of local race in SPR mode?
Im use a code in PHP but not works, ttime is total time:
Thanks!
JS
How to extract the total time of local race (SPR)?
[FONT=FIXED SYS]6 char 0 LFSSPR : do not read file if no match
1 byte 6 game version : ignore
1 byte 7 game revision : ignore
1 byte 8 SPR version : ignore
1 byte 9 reserved : -
1 byte 10 reserved : -
[B]1 byte 11 qual mins : qualifying time[/B][/FONT]
Is 1 bite qual mins the total time of local race in SPR mode?
Im use a code in PHP but not works, ttime is total time:
<?php
// part of my code
$headerVars = Unpack("x11/Cttime/Claps/x2/ChotlapMode/x12/Cmass/Cintake/@128/Cconfig/Crev/x2/Sflags/ChotLap/CnumSplits", $header);
//
?>
JS