Skip to content

Commit

Permalink
Added debug message if use_team_colors and use_nametag_colors is false
Browse files Browse the repository at this point in the history
  • Loading branch information
T-MaxWiese-T authored May 10, 2024
1 parent a5aaee7 commit 7f81980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions [gameplay]/playerblips/server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function createPlayerBlip(player)
r, g, b = colors[player][1], colors[player][2], colors[player][3]
else
r, g, b = color[1], color[2], color[3]
outputDebugString("playerblips: use_team_colors and use_nametag_colors is false therefore the default blip_color is used, which you can change manually in the playerblips setting or meta.xml or set one of them to true.", 4, 255, 125, 0)
end
if isElement(blips[player]) then
blips[player]:setColor(r, g, b, blipAlpha)
Expand Down

0 comments on commit 7f81980

Please sign in to comment.