Thers an issue that when the helis location updates the circles expands until its locaton updates then it repetes again...
Red circle keeps expandingFixed
hello,
seems the update changed markers behaviours,
it now grow on spawn
i'll have a look if this expand is possible to remove
thanks for your report
seems the update changed markers behaviours,
it now grow on spawn
i'll have a look if this expand is possible to remove
thanks for your report
Is there anyway to change the size of the red circle ours just goes small to big over and over. On the ss's it shows it small ours is gigantic!
MapMarker.radius = 1; is the smallest I can set it to in the .cs
Any smaller and I get this:
Error while compiling: MapMyPatrol.cs(217,24): error CS0664: Literal of type double cannot be implicitly converted to type `float'. Add suffix `f' to create a literal of this type
Which I do not understand at all. lol
But it's a lot better than it was before.
I get a massive red circle when i load the plugin, it takes up over half the map.
Is there anyway to fix this? i dont see any option in the config file to do so
Is there a way to disable the HUD only the red marker in map is ok I only need this please
With MapmyAirdrop it works perfect only the circle with 0.5 radius and no Banner
I only want the small circle like MapMyAirdrop but for Heli please
With MapmyAirdrop it works perfect only the circle with 0.5 radius and no Banner
I only want the small circle like MapMyAirdrop but for Heli please
MapMarker.alpha = 0.6f;
MapMarker.radius = 0.1f;
doubleEBMapMarker.alpha = 0.6f;
MapMarker.radius = 0.1f;
my comment was from 8 months ago and it was a problem with a rust update. The author of the plugin found the problem and fixed it
Locked automatically