Forum
Scripts
serveraction vs addbind/key
serveraction vs addbind/key
2 replies
1

serveraction does since its only focusing on the key pressing. Not like
addbind do. edited 2×, last 01.05.22 06:26:43 am
serveraction is causing less traffic.
addbind needs to send the created key binding to all players and, like
Komo the Cat said, it sends a message when pressing AND when releasing a key.
serveraction only sends a single message for a key press & release.The additional traffic is relatively small when the keys aren't pressed often though. If you however bind keys like W, A, S, D it will probably cause a significant amount of extra traffic.
1

Offline