Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add name labels to players in spectator mode #64

Merged
merged 1 commit into from
Jun 14, 2016
Merged

Conversation

TomyLobo
Copy link
Collaborator

@TomyLobo TomyLobo commented May 29, 2016

Should be useful when trying to spot excessive teaming.

screenshot


if (!pPlayer->IsVisible())
continue;

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check if player is alive?

Copy link
Collaborator Author

@TomyLobo TomyLobo Jun 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, gotta check if you can see spectators with this :D
Otherwise, it's probably covered by the visibility check

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to be covered by the visibility check.

@TomyLobo TomyLobo force-pushed the spectator-names branch 5 times, most recently from 8e128f9 to 707c00a Compare June 4, 2016 20:41
@TomyLobo TomyLobo merged commit dba987f into develop Jun 14, 2016
@TomyLobo TomyLobo deleted the spectator-names branch June 14, 2016 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants