[Ajuda] OnPlayerClickPlayer usado como teleport?
#3

pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
      new Float:x, Float:y, Float:z;
      GetPlayerPos(clickedplayerid, x, y, z);
      SetPlayerPos(playerid, x+2, y, z), SetPlayerInterior(playerid, GetPlayerInterior(clickedplayerid)), SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(clickedplayerid));
      return 1;
}
Reply


Messages In This Thread
OnPlayerClickPlayer usado como teleport? - by Gleisson_. - 01.09.2012, 14:25
Re: OnPlayerClickPlayer usado como teleport? - by leonardo1434 - 01.09.2012, 14:29
Re: OnPlayerClickPlayer usado como teleport? - by .FuneraL. - 01.09.2012, 14:31
Re: OnPlayerClickPlayer usado como teleport? - by Sampizito - 01.09.2012, 14:31
Re: OnPlayerClickPlayer usado como teleport? - by Gleisson_. - 01.09.2012, 14:32

Forum Jump:


Users browsing this thread: 2 Guest(s)