function nametagColorChangeManual ( thePlayer, commandName, r, g, b )
setPlayerNametagColor ( thePlayer, r, g, b )
end
addCommandHandler ( "namecolormanual", nametagColorChangeManual )
function namecolorred ( thePlayer )
executeCommandHandler ( "namecolormanual", thePlayer, 255, 0, 0 )
end
addCommandHandler ( "namecolor-red", namecolorred )