In the gta 3 user files of LU The scoreboard looks like this = <scoreboardbackcol r="999" g="999" b="9" />
when edited maybe this is how its supposed to be written you should try
Player.NametagColour = Colour(r="0", g="0", b="223");
or
Player.NametagColour = Colour(r=0, g=0, b=223);
or
Player.NametagColour = Colour r="0", g="0", b="223"
honestly i would try more in thes sequence like
Player.NametagColour = r="0", g="0", b="223"
Player.NametagColour = (r="0", g="0", b="223")
Player.NametagColour = r=0, g=0, b=223
honestly if this was done in early years on Liberty Unleashed for beta testers maybe the format is in this style
If all fails maybe Force,,VRocker,,SugarD anyone that was fimiliar with the script they could release it .
Im incapable of working on this at this time in my scripts
Its blocked on the wiki.
Thanks to [RU]Kewun for reminding me today durring gameplay of the scoreboardbackcol r="999" g="999" b="9" />