Hello Teleport ?
#1

Hey i have an ask, how to make this ?

I want to make OnPlayerClickPlayer

That an Rcon admin can port to this clicked player ? How to do that
Reply
#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
#3

Код:
if(IsPlayerAdmin(playerid))
Reply
#4

oh yea.. sorry.. i was rushing it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)