I need help fixing the door title I don't see them here is the code of the door_info_cl.lua if you find something pls help
door_info_cl.lua
[CODE]
-----------------------------------------------------/*return table.insert(phud.hooks.HUDPaint, function()
local lp = LocalPlayer()
local tr = lp:GetEyeTrace()
if IsValid(tr.Entity) and tr.Entity:isKeysOwnable() and tr.Entity:GetPos():DistToSqr(lp:GetPos()) < 40000 then
return tr.Entity:drawOwnableInfo()
end
end)
[/CODE]
If you need any other confings pls tell
Sorry, you need to Log In to post a reply to this thread.