Teleport HELP
#3

Correct:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if(strcmp("/mytp", cmdtext, true, 5) == 0)
  {
    SetPlayerPos(playerid,1541.1716,-940.8367,41.8577);
    SendClientMessage(playerid,0xFFFF00AA, "You have Teleported");
    return 1;
  }
  return 0;
}
Reply


Messages In This Thread
Teleport HELP - by Roxas_Nobody - 30.08.2009, 19:09
Re: Teleport HELP - by Roxas_Nobody - 30.08.2009, 19:11
Re: Teleport HELP - by Correlli - 30.08.2009, 19:12
Re: Teleport HELP - by Roxas_Nobody - 30.08.2009, 19:14

Forum Jump:


Users browsing this thread: 1 Guest(s)