Telecommand
2 posters
:: Your codes
Page 1 of 1
Telecommand
To add telecommand u must go to commands and add this
}
else if(cmd[0].equals("home")) {
if(p.AtDuel())
{
p.frames.sendMessage(p, "You cannot teleport out of a duel!");
}
else
{
p.frames.removeShownInterface(p);
p.teleportTo(X, Y, 0, 0, 0, 8939, 8941, 1576, 0, 1577, 0);
p.ResetSkillSuff();
p.frames.removeChatboxInterface(p);
}
change X and Y to coords and change home what name where u want tele like ::home ::jail .............
Thank you
}
else if(cmd[0].equals("home")) {
if(p.AtDuel())
{
p.frames.sendMessage(p, "You cannot teleport out of a duel!");
}
else
{
p.frames.removeShownInterface(p);
p.teleportTo(X, Y, 0, 0, 0, 8939, 8941, 1576, 0, 1577, 0);
p.ResetSkillSuff();
p.frames.removeChatboxInterface(p);
}
change X and Y to coords and change home what name where u want tele like ::home ::jail .............
Thank you
Not so easy- rune poster
- Posts : 84
Join date : 2009-06-14
Re: Telecommand
we got all those types of teles all ready but good idea and h ope to see more codes
Sunfly123- Forum Moderators
- Posts : 106
Join date : 2009-05-04
:: Your codes
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum