Umm i give credits to blackwall , this command /allto is from his source
but he didnt have /allto me so i would like to add that...
/allto ME
is not , so i release it, i coded this command /allto me , myself
NO I DONT THINK HIS SOURCE WILL EVER BE RELEASED NOR WILL I EVER RELEASE IT AS IT IS HIS SOURCE ( BLACKWALL ) AND ONLY HIS. WE WHO USE IT , SAY WE " USE IT " NOT OWN IT , ONLY BLACKWALL OWNS IT
PRESS THANKS IF THIS HELPED YOU!!!!
but he didnt have /allto me so i would like to add that...
as i say again this command /allto is from blackwall but the commandQuote:
if (Splitter[0] == "/allto")
{
if (Splitter[1] == "me")
{
foreach (DictionaryEntry DE in World.AllChars)
{
Character Char = (Character)DE.Value;
if (Char.MyClient.Online)
{
Char.Teleport(MyChar.LocMap, MyChar.LocX, MyChar.LocY);
}
}
}
)
/allto ME
is not , so i release it, i coded this command /allto me , myself
NO I DONT THINK HIS SOURCE WILL EVER BE RELEASED NOR WILL I EVER RELEASE IT AS IT IS HIS SOURCE ( BLACKWALL ) AND ONLY HIS. WE WHO USE IT , SAY WE " USE IT " NOT OWN IT , ONLY BLACKWALL OWNS IT
PRESS THANKS IF THIS HELPED YOU!!!!