You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
use_team_colors or use_nametag_colors must be set to true.
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
The text was updated successfully, but these errors were encountered:
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
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.
Which resource(s) have this problem?
playerblips
Describe the bug
If
use_team_colors
oruse_nametag_colors
is set totrue
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
use_team_colors
oruse_nametag_colors
must be set totrue
.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
The text was updated successfully, but these errors were encountered: