1. Is it possible to add per-player map markers, and if so, how would I go about this?
    I'm trying to make a plugin that marks on the map where you die; so far I've tried mapmarkergenericradius but that shows up for everyone. What would be great is if I were able to have the marker be per-player and have a tooltip show up when you hover over it, like vending machines.
    I'm new to plugin development, any help is greatly appreciated!
    Thank you in advance!
     
  2. Someone already made this but it's a paid plugin. I'm not sure if I am allowed to refer to other websites here though. Send me a DM ;)
     
  3. I'm aware of it. Is it appropriate to ask plugin authors how they went about making their plugins?
     
  4. Just use CanNetworkTo hook and allow the marker to be networked to player you want to be able to see it
     
  5. I made a plugin for that "Map My Death",
    and uploaded it on oxidemod,
    it will be available at end of the approval process.
     
  6. Can't wait, thanks!