hey guys i followed this little snippet:

https://www.rune-server.org/runescap...arrows-kc.html

i've done the client side, but i can''t get it working on server side

i am using vencillio btw,

i tried adding this code somewhere but it doesn't show up

player.send(new SendWalkableInterface(16128));
player.send(new SendString("TEST", 16129));

can any1 help me?