welcome
Printable View
welcome
You have the rocket command wrong. That just like allows them to teleport forward. They have to go forward and in the air when you type :rocket. :L
Ik tht but he messgaed me and thts the code he wanted i didnt even code tht dom did i have the original rocket code...
Release the original code. :D
Its v35 ty....
Here is :joinevent, fairly easy.
Also if you want them to spawn at a certain coordinate, that requires a whole system, not just a command.Code:#region
case "joinevent":
{
User.sendData("D^" + "H" + Encoding.encodeVL64(324));
Room.sendSaying(roomUser, "*Sends themselves to deathmatch lobby*");
}
#endregion
Also where it shows the codeChange the number "324" to the roomid you want it to send them to.Code:User.sendData("D^" + "H" + Encoding.encodeVL64(324));