Extending red line for player tracker view?
How do I extend the red line for player tracker view? I thought I edited the right variable but it doesn't seem but maybe 20 ft at max.
The setting is Max Reporting Distance in the config. By default, this is 200m. If you cannot see beyond 20m then I believe it's an issue with Unity and not the plugin.

However, you may replace in AdminRadar.cs:

player.SendConsoleCommand("ddraw.arrow", trackDrawTime, color, lastPos, entry.Value, 0.1f);

to

player.SendConsoleCommand("ddraw.arrow", trackDrawTime, color, lastPos, entry.Value, 1f);

And let us know if this solves it.