convars, JK

This commit is contained in:
Jackarunda 2020-11-22 12:58:27 -07:00
parent 9ea94a4fad
commit 611c00585f

View File

@ -216,7 +216,8 @@ function SWEP:DrawHUD()
if alpha > 0 then
angpos.Pos = angpos.Pos - Vector(0,0,5) - EyeAngles():Right() * 4
local EyeAng = EyeAngles()
angpos.Pos = angpos.Pos - EyeAng:Up() * 5 - EyeAng:Right() * 4
cam.Start3D()
local toscreen = angpos.Pos:ToScreen()