mirror of
https://github.com/HaodongMo/ArcCW.git
synced 2025-03-04 03:13:30 -05:00
convars, JK
This commit is contained in:
parent
9ea94a4fad
commit
611c00585f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user