Facepunch / garrysmod-requests

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

Add more information to gameevent `player_hurt` #2275

Open wrefgtzweve opened 10 months ago

wrefgtzweve commented 10 months ago

Details

Currently player_hurt only sends health, victim and attacker. It seems that in csgo CS:GO more information is sent like the actual damage done by a player image Having this information would be really useful for making hitmarker addons, as currently you have to get it on server and send it with net messages to the attacking player.

I understand that this might increase networking overall and might not be wanted, if so feel free to close this.