problem with teleport
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if (strcmp("/abi", cmdtext, true, 10) == 0)
  {
   SendClientMessage(playerid,0xAA3333AA,"Tццtab,eks");
   return 1;

  }
  if (strcmp("/tele", cmdtext, true, 10) == 0)
  {
    SetPlayerPos(playerid, 1483.6365,-866.4748,58.4793);
    SetPlayerInterior(playerid,11);
    return 1;
  }
 
  return 0;
}
Reply


Messages In This Thread
problem with teleport - by xwy - 04.06.2009, 18:18
Re: problem with teleport - by Klutty - 04.06.2009, 18:20
Re: problem with teleport - by xwy - 04.06.2009, 18:47
Re: problem with teleport - by Lorrden - 04.06.2009, 18:49
Re: problem with teleport - by xwy - 04.06.2009, 18:50
Re: problem with teleport - by cigo - 04.06.2009, 18:52
Re: problem with teleport - by Klutty - 04.06.2009, 18:53
Re: problem with teleport - by cigo - 04.06.2009, 18:56
Re: problem with teleport - by xwy - 04.06.2009, 18:58
Re: problem with teleport - by Klutty - 04.06.2009, 18:59

Forum Jump:


Users browsing this thread: 2 Guest(s)