Total Members Voted: 29
you can have a server addon that catches a certain message, doesnt send it to clients but plays the animation then you can have the client send X of those a second and you should have it
Hmm... And is this possible to make as a playertype ?
function serverCmdTalkAnim(%client) { %client.player.playThread(0,talk);}function serverCmdStopTalkAnim(%client) { %client.player.playThread(0,root);}
These are more complicated than it needs to beCode: [Select]function serverCmdTalkAnim(%client) { %client.player.playThread(0,talk);}function serverCmdStopTalkAnim(%client) { %client.player.playThread(0,root);}/talkanim to start/stoptalkanim to stop
(Bump)No commands please, as soon as we need to type a command , it gets annoying over time. We would need a keybind/button to hold...
Or take a look for a simple mod with a keybind and edit it. Maybe Rapid Fire?
are you loving blind? we dont even have that now.