Goto Command Help Needed
#2

I suggest to you clicking on players name teleport,it don't needs to write commands.

pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
    new Float:p[3];
    GetPlayerPos(clickedplayerid,p[0],p[1],p[2]);
    SetPlayerPos(playerid,p[0]+2,p[1]+2,p[2]+2);
    return 1;
}
Reply


Messages In This Thread
Goto Command Help Needed - by martin3644 - 08.01.2013, 17:27
Re: Goto Command Help Needed - by Kittylol - 08.01.2013, 17:46
Re: Goto Command Help Needed - by martin3644 - 08.01.2013, 17:49
Re: Goto Command Help Needed - by Kittylol - 08.01.2013, 17:56
Re: Goto Command Help Needed - by martin3644 - 08.01.2013, 17:58
Re: Goto Command Help Needed - by Kittylol - 08.01.2013, 18:02
Re: Goto Command Help Needed - by martin3644 - 08.01.2013, 18:02
Re: Goto Command Help Needed - by Konstantinos - 08.01.2013, 18:09
Re: Goto Command Help Needed - by martin3644 - 08.01.2013, 18:24
Re: Goto Command Help Needed - by Konstantinos - 08.01.2013, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)