• Little HUD problem
    0 replies, posted
Hi there, so i have a little problem with the hud when you look at someone, i disabled job ut the health amount seems to be a bit messed up. [URL="http://puu.sh/9Cj84/9c09b33053.jpg"]http://puu.sh/9Cj84/9c09b33053.jpg[/URL] I was just wonering where the file is located to where i can fix it, thanks! [editline]20th June 2014[/editline] Ok so i found it in hud, but it has no reason to be putting a %s infront of the number: [code]if GAMEMODE.Config.showname and not ply.DarkRPVars.wanted then draw.DrawText(ply:Nick(), "DarkRPHUD2", pos.x + 1, pos.y + 1, Color(0, 0, 0, 255), 1) draw.DrawText(ply:Nick(), "DarkRPHUD2", pos.x, pos.y, team.GetColor(ply:Team()), 1) draw.DrawText(LANGUAGE.health ..ply:Health(), "DarkRPHUD2", pos.x + 1, pos.y + 21, Color(0, 0, 0, 255), 1) draw.DrawText(LANGUAGE.health..ply:Health(), "DarkRPHUD2", pos.x, pos.y + 20, Color(255,255,255,200), 1) end[/code]
Sorry, you need to Log In to post a reply to this thread.