Change the alpha

Is it possible to change the alpha of the circle, so you can make it more transparent?

I've tried a few different hex codes but nothing seems to work...

Hello! Alpha changes is not supported right now. I am looking for a way to make plugin more simple with adding markers and other stuff

you've already done 99% of the work with

generic.alpha = 1f;

just add it to the call to create the marker... certainly not 4 months of work

BxCl7A9G5tAPZkt.png MikeHawke

ust add it to the call to create the marker

Plugin is obsolete and working not as i wait it to be. There will be rewamp of whole plugin one day, and all of pending features will be added

G05JwsWbRqOSvou.png MikeHawke

certainly not 4 months of work

Well thats simple to say for a guy with 1-5 plugins?

 

 

ZNgcpczcyV3vrdC.png Orange

Well thats simple to say for a guy with 1-5 plugins?

22 public and many private... but in the time it took you to write the response you could of added that functionality... multiple plugins or not. 

But lets not start a measuring competition... because I've made a fortune fixing what you push out as a complete product... So instead of rewriting something that works... add the functionality people ask for and be done with it. It's a 3 second fix.

Here, from a guy that has 0 plugins (because apparently this is a dick measuring contest). Simple, new parameter for the command at the end, alpha as a float. It's optional and if not defined will use 1f as the value (not transparent).

https://hastebin.com/ujenixefol.csharp

smallo

Here, from a guy that has 0 plugins (because apparently this is a dick measuring contest). Simple, new parameter for the command at the end, alpha as a float. It's optional and if not defined will use 1f as the value (not transparent).

https://hastebin.com/ujenixefol.csharp

🤣 Hahahah.... great!