This does not seem to be working (highlighted) red
function dxDrawIt ()
local myjob = getPlayerTeam(getLocalPlayer())
dxDrawText("JOB: "..getTeamName(myjob).."", screenW * 0.8349, screenH * 0.0417, screenW * 0.9917, screenH * 0.1176, tocolor(255, 255, 255, 255), 1.10, "default-bold", "left", "top", false, false, false, false, false)
end
addEventHandler("onClientRender", root, dxDrawIt)