Is there a possible way to make a plugin that allows the player to see the name of the player he's aiming at ?
I'd like it to be restricted to a admin defined distance of course.
Solved Name view on aim
Discussion in 'Plugin Requests' started by isuelt, Jul 22, 2015.
-
GENIUS IDEA
I mean i could do this in a GUI and it will display the name of the victim.
Should i go for it? -
This would be great ! Is there any chance to put the GUI near the weapon's metal sight?
[DOUBLEPOST=1437608411][/DOUBLEPOST] -
Calytic Community Admin Community Mod
I already did this, it doesn't work very well.
-
Care to share ? - Privately if you feel it necessary
-
yeh that would be good i remember this in the Rust legacy
-
Calytic Community Admin Community Mod
The problem is that Raycasting when (sometimes invisible) colliders are in the way. Not only that, but parsing out the colliders to find the BasePlayer you're looking at WITHOUT allowing people to see through walls. You can just Raycast to the first player, but its unreliable and, like I said, does not work very well.