Open Donkie opened 8 years ago
If you're spectating someone, their weapon's HUDShouldDraw won't get called for you, thus not giving a proper immersion.
https://github.com/garrynewman/garrysmod/blob/8e7997bad8b0b073664134b7017eb21fad34d808/garrysmod/gamemodes/base/gamemode/cl_init.lua#L49-L67
It already does with first person spectating in my tests. Not sure it should affect other forms of spectating.
If you're spectating someone, their weapon's HUDShouldDraw won't get called for you, thus not giving a proper immersion.