mirror of
https://github.com/kythre/Buildmode-ULX.git
synced 2025-03-04 03:03:04 -05:00
possible fix of https://github.com/kythre/Buildmode-ULX/issues/63 ?
This commit is contained in:
parent
03ebaabc4c
commit
e66b6b7349
@ -659,7 +659,7 @@ end)
|
||||
hook.Add("HUDPaint", "KyleBuildehudpaint", function()
|
||||
if _Kyle_Buildmode["showtextstatus"]=="1" then
|
||||
local z = LocalPlayer():GetEyeTrace().Entity
|
||||
if z:IsPlayer() and z:Alive() then
|
||||
if z:IsValid() and z:IsPlayer() and z:Alive() then
|
||||
|
||||
local x,y = gui.MousePos()
|
||||
y=y+ScrH()*0.07414
|
||||
|
Loading…
Reference in New Issue
Block a user