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

playerblips: Improved debug messages #482

Merged
merged 12 commits into from
May 23, 2024

Commits on Apr 30, 2024

  1. playerblips: Fixed that the resource "playercolors" should be activat…

    …ed for teams
    
    The reason for this pull request is because the resource did not work the way I wanted it to. Only after I had a closer look at the code I realized that you can configure the resource in the meta.xml. Because I wanted the playerblips resource to take over the team colors that I have in my code, but that didn't happen. And since the server log said to activate the playercolors resource, I did it, but it didn't help. Only after I deactivated the playercolors resource and set "use_team_colors" to "true" did it work as expected.
    Anyway, the playercolors resource only makes sense if you want to have random player nametag colors, which makes no sense for a team, since a team can only have one color.
    T-MaxWiese-T authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    25d963b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    6d2f7fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe7bbd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84c408e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5aaee7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f81980 View commit details
    Browse the repository at this point in the history
  6. Improved text

    T-MaxWiese-T authored May 10, 2024
    Configuration menu
    Copy the full SHA
    8c330de View commit details
    Browse the repository at this point in the history
  7. Fixed debug message for when useTeams and useNametags is false was di…

    …splayed although it was not true and displayed on every player spawn
    T-MaxWiese-T authored May 10, 2024
    Configuration menu
    Copy the full SHA
    dedeef6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d41d5e View commit details
    Browse the repository at this point in the history
  9. If query adjusted if the first parameter is nil. Variable name adjust…

    …ed and unnecessary assignment removed
    T-MaxWiese-T authored May 10, 2024
    Configuration menu
    Copy the full SHA
    e0655df View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    8708982 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    8bd5801 View commit details
    Browse the repository at this point in the history