[HELP] Teleport/spawn
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerPos(playerid, 2137.79, -2532.59, 15.91);
}
public OnPlayerCommandText(playerid, cmdtext[])
{
  if (strcmp("/lsairport", cmdtext, true, 10) == 0)
  {
    SetPlayerPos(playerid, 2137.79, -2532.59, 15.91);
    return 1;
  }
  return 0;
}
Reply


Messages In This Thread
[HELP] Teleport/spawn - by guaid - 08.09.2009, 18:03
Re: [HELP] Teleport/spawn - by Clavius - 08.09.2009, 18:42
Re: [HELP] Teleport/spawn - by guaid - 08.09.2009, 19:19
Re: [HELP] Teleport/spawn - by Clavius - 08.09.2009, 19:27
Re: [HELP] Teleport/spawn - by guaid - 08.09.2009, 21:21

Forum Jump:


Users browsing this thread: 1 Guest(s)