April 30, 20187 yr Author I updated my previous message http://i.imgur.com/J4rrGt6.png[/img] [Creator of mcrafterzz mod]
April 30, 20187 yr do you have checked what you have send to the server? public KeybindMessage(boolean keybindDown) { this.keybindDown = keybindDown; System.out.println(the key is: "+keybindDown); } this.keybindDown = ByteBufUtils.readBoolean((buf); Edited April 30, 20187 yr by NextInima May RPG MOD KoRIN at minecraftforum http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2570463-kingdom-of-rin-rpg-stuff-classes-dungeons http://rin-online.de/forum/
April 30, 20187 yr yes you are right, i forgot that he want to work with the value and do not want to save it.. sry May RPG MOD KoRIN at minecraftforum http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2570463-kingdom-of-rin-rpg-stuff-classes-dungeons http://rin-online.de/forum/
April 30, 20187 yr Author I think I finally got it working I changed the fromBytes to: keyboardDown = buf.readBoolean() http://i.imgur.com/J4rrGt6.png[/img] [Creator of mcrafterzz mod]
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.