1
0
mirror of https://github.com/kythre/Buildmode-ULX.git synced 2025-03-04 03:03:04 -05:00
This commit is contained in:
Kyle 2019-08-24 20:30:28 -05:00
parent 03ebaabc4c
commit e66b6b7349

View File

@ -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