[Ajuda]Teleporte
#3

Quote:
Originally Posted by StrockerT
Посмотреть сообщение
alguem pode me passar a cordenada й que to acostumado com ela completa exemplo: 1481.4110,-1764.3804,18.7958

X: 1800.6090087891
Y: 1718.2277832031
X: 1130.1722412109
Uй, tб certa '-'
pawn Код:
if(strcmp(cmdtext, "/teleporte1", true) == 0)
{
   SetPlayerPos(playerid,1800.6090087891,1718.2277832031,1130.1722412109);
   SetPlayerInterior(playerid, interiorid); //caso seja dentro de um interior
   new string[70],name[MAX_PLAYER_NAME];
   GetPlayerName(playerid,name,sizeof(name));
   format(string,sizeof(string),"%s foi  para o /teleporte1",name);
   SendClientMessageToAll(-1,string);
   return 1;
}
Reply


Messages In This Thread
[Ajuda]Teleporte - by StrockerT - 08.03.2012, 09:40
Re: [Ajuda]Teleporte - by Delete_ - 08.03.2012, 09:58
Re: [Ajuda]Teleporte - by humildadeforever - 08.03.2012, 09:59
AW: [Ajuda]Teleporte - by StrockerT - 08.03.2012, 10:08
Re: [Ajuda]Teleporte - by Sampizito - 08.03.2012, 10:12
Re: [Ajuda]Teleporte - by GuiihCamargo - 08.03.2012, 10:51

Forum Jump:


Users browsing this thread: 3 Guest(s)