[Ajuda] OnPlayerClickPlayer usado como teleport?
#2

pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
    static Float:x, Float:y, Float:z;
    GetPlayerPos(clickedplayerid, x , y , z);
    SetPlayerPos(playerid, x + 2 , y , z);
    SetPlayerInterior(playerid, GetPlayerInterior(clickedplayerid));
    SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(playerid));
    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: 1 Guest(s)