[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]case[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] 15:[/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]int[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] TrapDistance15 = (([/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]int[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2])[/SIZE][SIZE=2][COLOR=#2b91af][SIZE=2][COLOR=#2b91af]Math[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].Sqrt([/SIZE][SIZE=2][COLOR=#2b91af][SIZE=2][COLOR=#2b91af]Math[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].Pow(MCI.Info[i].X - (-200 * 196608), 2) + [/SIZE][SIZE=2][COLOR=#2b91af][SIZE=2][COLOR=#2b91af]Math[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].Pow(MCI.Info[i].Y - (-1 * 196608), 2)) / 65536);[/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]if[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] (TrapDistance15 <= 30)[/SIZE]
[SIZE=2]{[/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]if[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] ([/SIZE][SIZE=2][COLOR=#2b91af][SIZE=2][COLOR=#2b91af]Convert[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].ToInt32((MCI.Info[i].Speed * (100f / 32768f)) * 3.6f) > 150 && Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].InTrap == 0)[/SIZE]
[SIZE=2]{[/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]int[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] ExcessSpeed = ([/SIZE][SIZE=2][COLOR=#2b91af][SIZE=2][COLOR=#2b91af]Convert[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].ToInt32((MCI.Info[i].Speed * (100f / 32768f)) * 3.6f) - 150);[/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]int[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] SpeedFine = ExcessSpeed * 4;[/SIZE]
[SIZE=2]InSim.Send_MST_Message([/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]"/msg ^6| ^7SPEEDING: "[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] + Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Username);[/SIZE]
[SIZE=2]InSim.Send_MST_Message([/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]"/msg ^6| ^1"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] + Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Username + [/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]" was fined "[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] + SpeedFine);[/SIZE]
[SIZE=2]Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash -= SpeedFine;[/SIZE]
[SIZE=2]Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].InTrap = 1;[/SIZE]