My HUD works perfectly, but once I die and respawn the HUD goes away.
The error I get is:
Hook ‘myhud’ Failed: autorun/hud.lua:11: attempt to call method ‘Clip1’ (a nil value)
this is the 11th line:
[lua]
local clipcurrent = client:GetActiveWeapon():Clip1()
[/lua]
everything else works just fine.