03.01.2018, 16:55
You must save all best times in the race.
And then someting like this
if(playertime < besttime)
{
SendClinetMessage(...)
}
and then rewrite best time
And then someting like this
if(playertime < besttime)
{
SendClinetMessage(...)
}
and then rewrite best time