help me goto
#4

Quote:
Originally Posted by NewYork-Roleplay
Посмотреть сообщение
I mean /goto Teleport to player that i know..
pawn Код:
command(goto, playerid, params[])
{
     new uID;
     if(sscanf(params, "u", uID)) return SendClientMessage(playerid, COLOR, "Usage: /goto [ Id ]");
     new Float: POS[3];
     GetPlayerPos(uID, POS[0], POS[1], POS[2]);
     SetPlayerPos(playerid, POS[0], POS[1], POS[2]);
     return 1;
}
Reply


Messages In This Thread
help me goto - by NewYork-Roleplay - 11.11.2010, 13:19
Re: help me goto - by Cameltoe - 11.11.2010, 13:30
Re: help me goto - by NewYork-Roleplay - 11.11.2010, 13:40
Re: help me goto - by Cameltoe - 11.11.2010, 13:44
Re: help me goto - by NewYork-Roleplay - 11.11.2010, 14:06
Re: help me goto - by NewYork-Roleplay - 11.11.2010, 14:14
Re: help me goto - by rs.pect - 11.11.2010, 14:19
Re: help me goto - by NewYork-Roleplay - 11.11.2010, 14:20
Re: help me goto - by NewYork-Roleplay - 11.11.2010, 14:23
Re: help me goto - by playbox12 - 11.11.2010, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)