Using drawString with "center" alignment doesn't seem to take new lines into account when displaying those and instead keeps shifting the entire string to the left.
results in
Code:
hud.add(function(v, p)
v.drawString(160, 90, "Nice drawstring you got th \noh no help. \nit's getting worse help", V_ALLOWLOWERCASE, "center")
end)