teleport command; 2 errors
#6

Код:
if (strcmp("/go", cmdtext, true, 3) == 0)
{
     SetPlayerPos 637.5580 -5340.8470 3.2990 360.0000 0);
     return 1;
}
their and if you want it to send them a message when they teleport

Код:
if (strcmp("/go", cmdtext, true, 3) == 0)
{
     SetPlayerPos 637.5580 -5340.8470 3.2990 360.0000 0);
     SendClientMessage(playerid,0xFFFFFFFF,"You Teleported To /go!");
     return 1;
}
Reply


Messages In This Thread
teleport command; 2 errors - by davelord - 02.04.2011, 18:29
Re: teleport command; 2 errors - by C-a-g-e - 02.04.2011, 18:34
Re: teleport command; 2 errors - by antonio112 - 02.04.2011, 18:35
Re: teleport command; 2 errors - by davelord - 02.04.2011, 18:36
Re: teleport command; 2 errors - by -Rebel Son- - 02.04.2011, 18:37
Re: teleport command; 2 errors - by CrazyBlob - 02.04.2011, 18:38
Re: teleport command; 2 errors - by davelord - 02.04.2011, 18:39
Re: teleport command; 2 errors - by C-a-g-e - 02.04.2011, 18:40
Re: teleport command; 2 errors - by davelord - 02.04.2011, 18:41
Re: teleport command; 2 errors - by C-a-g-e - 02.04.2011, 18:45
Re: teleport command; 2 errors - by ilikenuts - 02.04.2011, 18:52

Forum Jump:


Users browsing this thread: 1 Guest(s)