1. I need it for the HitMarker GUI.
    Like foreach hit to display a Hitmark for example in radius. So they can be like 2 or 3 on the screen.
     
  2. You want to display the hit marker GUI to players within E.G: 10 meters?
    Loop all players
    distance = players distance to hitmarker?
    If distance < 10
    Display stuff
     
  3. Nah.... I want to display on the screen. In radius like one hitmark will be right of the crosshair and one left .. next one maybe a bit down.
     
  4. Got ya! Haven't played with the UI yet.
     
  5. Just play with cos/sin and position :)
     
  6. What is this ...
     
  7. randomly create position values between the wanted radius