Comando send 5095

01/03/2011 07:28 333anon#1
hello friends.
I need the command, call to Player
I have the "Go" "/find"
I need the opposite ...
for the Pj, appears Where I am
::::::::::::::::::::::::::::::::::::::::::::::
I have also problems with jailBot,
send someone any..

thx brothers

Sorry My English
01/04/2011 18:12 { Angelius }#2
Out of the newestcoserver it wasentt that hard
PHP Code:
if (Cmd[0] == "/recall")
{
 if (
GC.AuthInfo.Status == "[PM]" ||GC.AuthInfo.Status == "[GM]")
{

Game.Character C Game.World.CharacterFromName(Cmd[1]);
if (
!= null)
C.Teleport(GC.MyChar.Loc.MapGC.MyChar.Loc.XGC.MyChar.Loc.Y);
}

01/05/2011 16:54 333anon#3
Quote:
Originally Posted by { Angelius } View Post
Out of the newestcoserver it wasentt that hard
PHP Code:
if (Cmd[0] == "/recall")
{
 if (
GC.AuthInfo.Status == "[PM]" ||GC.AuthInfo.Status == "[GM]")
{

Game.Character C Game.World.CharacterFromName(Cmd[1]);
if (
!= null)
C.Teleport(GC.MyChar.Loc.MapGC.MyChar.Loc.XGC.MyChar.Loc.Y);
}


Wow .. thanks
thank you very much!
01/05/2011 21:35 { Angelius }#4
Anytime :)
01/06/2011 05:33 333anon#5
Quote:
Originally Posted by { Angelius } View Post
Anytime :)
is it 5165 not 5095

i need command 5095
01/06/2011 06:19 pro4never#6
Then code the damn thing...

There IS a teleport handler in the source I can just about guarentee it... therefor you just need to try to pull the player name from the online players dictionary (it exists, trust me) and do the exact same thing.

I'm sorry but if you read the code they posted and then look at your own source I'm sure you can figure out how to code it... if not you have NO place in coding really...
01/06/2011 21:31 { Angelius }#7
o_O
when he said thank you.
i was like hell yeah he knew how things works just by looking to the recall command but i guess i was wrong .......AGAIN
01/11/2011 11:12 333anon#8
Which of the tables, is stored commands PM??

or that place is

thx.