Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Topic closed
Title basically says what I would like, I can't find anything that would help me in the protocol.
Offline
https://github.com/Spambler/EverybodyEditsProtocol#sm-m
TIP
If all you want to do is to move the player to a specific block, then you can safely ignore most of these parameters and simply send these values:
x * 16, y * 16, 0, 0, 0, 0, 0, 0, 0, false, false, 0
This will move the player to the block located at the x by y position. The other parameters are only useful for more advanced movement code.
Edit: That is the 'm' message, so con.send("m", x * 16, y * 16, 0, 0, 0, 0, 0, 0, 0, false, false, 0);
Offline
Thank you, (Topic needs to be locked)
Offline
Thank you, (Topic needs to be locked)
You can close / lock topics your self. The button should be on the first post near the edit post button.
I could take a picture... To show... But so lazy...
Ingame: marten22 My steam: MartenM
Offline
Pages: 1
Topic closed
[ Started around 1732387713.5331 - Generated in 0.051 seconds, 12 queries executed - Memory usage: 1.4 MiB (Peak: 1.5 MiB) ]