Open BDJslime-UnaverageJoe opened 1 year ago
you can reproduce this on your own with a bot:
lua_run concommand.Run(Entity(2), "_ttt_radio_send", {"quick_see",1})
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Your version of TTT2 (mandatory)
v0.9.2b (Modified)
Video
https://cdn.discordapp.com/attachments/739992631685283850/1106467819165581363/Desktop_2023.05.12_-_02.27.17.10.DVR_Trim.mp4 https://medal.tv/games/garrys-mod/clips/13tCwvGMxeaAbs/d13371UPnSz5?invite=cr-MSxjaUosMjUzNjQwOTEs
Describe the bug (mandatory)
Gestures played from radio commands are not syncing with the hitbox. This can result in misleading models as the hitbox does not follow the animation.
To reproduce
Requires multiple players
Expected behaviour
The player's hitbox should follow the animated gesture.
Additional context
It is possible that this is due to the gestures only being played on client side, and thus does not affect the server which manages the hitboxes. The gesture played when dropping items is on serverside but I did not test if it affects the hitbox.