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: When a player joins a team, his blip color does not update #486

Closed
T-MaxWiese-T opened this issue May 11, 2024 · 2 comments · Fixed by #499
Closed

playerblips: When a player joins a team, his blip color does not update #486

T-MaxWiese-T opened this issue May 11, 2024 · 2 comments · Fixed by #499

Comments

@T-MaxWiese-T
Copy link
Contributor

Which resource(s) have this problem?
playerblips

Describe the bug
If use_team_colors or use_nametag_colors is set to true and the player joins a team, his blip color does not update.
However, it will be updated when a player leaves, enters, dies or is killed on the server. This means it is not a serious bug.

To Reproduce

  1. use_team_colors or use_nametag_colors must be set to true.
  2. Join a team.

Expected behavior
When the player joins a team, his blip color should update.

Screenshots
None

Version
server 1.6

Additional context
There are currently no events for when a player joins a team. But there is already a pull request for this event multitheftauto/mtasa-blue#3370

@Dutchman101
Copy link
Member

There are currently no events for when a player joins a team. But there is already a pull request for this event multitheftauto/mtasa-blue#3370

It's been merged (onPlayerTeamChange), maybe you want to implement it to fix this issue? Think about minimum server version requirement as well
@T-MaxWiese-T

@T-MaxWiese-T
Copy link
Contributor Author

There are currently no events for when a player joins a team. But there is already a pull request for this event multitheftauto/mtasa-blue#3370

It's been merged (onPlayerTeamChange), maybe you want to implement it to fix this issue? Think about minimum server version requirement as well @T-MaxWiese-T

I can implement it if the event is part of a stable Linux server package which can be found here: https://linux.multitheftauto.com .
It makes no sense to add the event if it is not part of the stable Linux server package, as most server owners and hosting providers probably use this version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants