Facepunch / garrysmod-requests

Feature requests for Garry's Mod
86 stars 24 forks source link

Make WEAPON:HUDShouldDraw work with spectators #655

Open Donkie opened 8 years ago

Donkie commented 8 years ago

If you're spectating someone, their weapon's HUDShouldDraw won't get called for you, thus not giving a proper immersion.

robotboy655 commented 8 years ago

https://github.com/garrynewman/garrysmod/blob/8e7997bad8b0b073664134b7017eb21fad34d808/garrysmod/gamemodes/base/gamemode/cl_init.lua#L49-L67

robotboy655 commented 4 years ago

It already does with first person spectating in my tests. Not sure it should affect other forms of spectating.