The only way im lost is by your amazing programming skils
for(int i = 0;i < Players.Count; i++)
[COLOR=#0000ff]for[/COLOR][SIZE=2] ([/SIZE][SIZE=2][COLOR=#0000ff]int[/COLOR][/SIZE][SIZE=2] i = 0; i < System.[/SIZE][SIZE=2][COLOR=#2b91af]Math[/COLOR][/SIZE][SIZE=2].Min(8, Players.Count); i++)[/SIZE]
void MCI(Packets.IS_MCI mci)
{
foreach (Packets.CompCar info in mci.Info)
{
decimal speed = (decimal)((info.Speed * (100f / 32768)) * 3.6);
decimal convSpeed = (decimal)(speed * 25 / 1000);
Players[GetPlyIdx(info.PLID)].Payout += convSpeed;
}
}