1. Anyone have example to put marker to native map for only one player? Please share code. Thank you.
     
  2. I am looking to add custom icons (or dots) to the in game map to mark a location of interest. Does anyone have a code example of how to do this?
     
  3. Code:
    var mapMarker = GameManager.server.CreateEntity("assets/prefabs/tools/map/genericradiusmarker.prefab", pos) as MapMarkerGenericRadius;
    mapMarker.alpha = 1;
    mapMarker.color1 = Color.red;
    mapMarker.color2 = Color.red;
    mapMarker.radius = 1f;
    mapMarker.Spawn();
    mapMarker.SendUpdate();
    Edit: Where pos is the Vector3 where you want it to be on the map
     
  4. Perfect! Many thanks!
     
  5. Lol, ahaha, its not optimezed and take too many time to spawn entity...
     
  6. Posts like these don't really help anyone. Show a better way and/or explain your side or don't reply at all.
     
  7. Send entity to client...
     
  8. The effort is overwhelming...
     
  9. hi guis can we change radius color by icon ? or other ?
     
  10. Yes, we can draw on map)
     
  11. Can you give me an example. I used this code it work fine

    var mapMarker = GameManager.server.CreateEntity("assets/prefabs/tools/map/genericradiusmarker.prefab", pos) as MapMarkerGenericRadius;
    mapMarker.alpha = 1;
    mapMarker.color1 = Color.red;
    mapMarker.color2 = Color.red;
    mapMarker.radius = 1f;
    mapMarker.Spawn();
    mapMarker.SendUpdate();
     
  12. my code is complex, not for u) only for my private server)
     
  13. Did you make the post "Lol, ahaha, its not optimezed and take too many time to spawn entity..." to make yourself feel better? You haven't tried to help anyone in here even once. High ego, sad! Go back to making cheats, you're better at that than you are at forum posts. ;)
     
  14. someOne can help for custom icon ?
     
  15. i can help by only payable method)
     
  16. I will pay you with 10k stone and will throw in an empty water bottle. Redeemable only on my server tho
     
  17. Nop thanks i want juste to anderstand no buy a plugin
     
  18. what do you mean exactly by custom icon?
     
  19. Add image on native map
     
  20. I want to try to replace default map by an other image (add manuali icons on photoshoo) or add icons on default map