• Drawing Players
    1 replies, posted
Say there is a arena server with 4 players, player 1 is facing 2, 3 if facing 4, is it possible to only draw player 1 to player 2 and player 3 to player 4 and vice versa?
That is confusing, do you mean when one is in the view or literally when they place their crosshair on them? If you want when one is in the view I suggest you using this: [url]http://wiki.garrysmod.com/page/Entity/Visible[/url] If you want when one is directly looking at the entity I suggest using this: [lua]LocalPlayer():GetEyeTrace().Entity[/lua] Then you can override the entity drawing using: [url]https://wiki.garrysmod.com/page/Entity/SetNoDraw[/url] on the client side
Sorry, you need to Log In to post a reply to this thread.