NotMyWing / GarrysModAmongUs

Among Us, re-imagined in Garry's Mod
MIT License
29 stars 7 forks source link

Correctly notify addons when a player has died #100

Open BytewaveMLP opened 3 years ago

BytewaveMLP commented 3 years ago

Currently, GMAU provides no way to notify addons if a player has died/been reported dead. This means that addons such as PointShop for example have no way of knowing when to destroy trails for "dead" players, as it relies on the PlayerDeath hook to know when to destroy the trail. There are a couple potential solutions here: