buu342 / ACS-EmoteSystem

An emote system for Multiplayer Doom (Zandronum)
Do What The F*ck You Want To Public License
3 stars 1 forks source link

Players can shoot while using the emote menu, but it doesn't actually use ammo #1

Open buu342 opened 1 year ago

buu342 commented 1 year ago

This is because freezing is done entirely Clientside, but the server disagrees with whether the player is frozen or not. The only way to fix this would be to network the player being frozen to the server, or to serverside the entire menu (which I refuse to do). Honestly neither of these things should be necessary to communicate with the server, but Zandronum doesn't really give an alternative...