Hello Teleport ?
#2

Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
	if(IsPlayerAdmin(playerid))
	{
		new Float:X, Float:Y, Float:Z;
		GetPlayerPos(clickedplayerid, X, Y, Z);
		SetPlayerPos(playerid, X, Y, Z);
		return 1;
	}
	return 1;
}
that will do
Reply


Messages In This Thread
Hello Teleport ? - by xivo - 28.11.2009, 10:24
Re: Hello Teleport ? - by notime - 28.11.2009, 12:27
Re: Hello Teleport ? - by FlatMaN - 28.11.2009, 13:13
Re: Hello Teleport ? - by notime - 28.11.2009, 16:51

Forum Jump:


Users browsing this thread: 1 Guest(s)