[[[Ajuda]]] Ir a uma coordenada
#3

pawn Код:
if(strcmp("/ircord", cmdtext, true) == 0)
{
     new Float:P[3];
     tmp = strtok(cmdtext, idx);
     if(!strlen(tmp)) return SendClientMessage(playerid, -1 , "/ircord [x] [y] [z]");
     P[0] = strval(tmp);
     if(!strlen(tmp)) return SendClientMessage(playerid, -1 , "/ircord [x] [y] [z]");
     P[1] = strval(tmp);
     if(!strlen(tmp)) return SendClientMessage(playerid, -1 , "/ircord [x] [y] [z]");
     P[2] = strval(tmp);
     SetPlayerPos(playerid, P[0], P[1], P[2]);
     format(aStr, sizeof(aStr), "Teleportado atй as cordenadas X » [%f] , Y » [%f] , Z » [%f]", P[0], P[1], P[2]);
     return 1;
}
@edit
Larceny ser emo kkkkk
Reply


Messages In This Thread
[[[Ajuda]]] Ir a uma coordenada - by Ichigo_Kurosaki - 15.09.2011, 13:22
Re: [[[Ajuda]]] Ir a uma coordenada - by Shelby - 15.09.2011, 13:31
Re: [[[Ajuda]]] Ir a uma coordenada - by Allan Kardec - 15.09.2011, 13:32
Respuesta: Re: [[[Ajuda]]] Ir a uma coordenada - by Ichigo_Kurosaki - 15.09.2011, 13:38
Respuesta: Re: [[[Ajuda]]] Ir a uma coordenada - by Ichigo_Kurosaki - 15.09.2011, 13:40
Re: [[[Ajuda]]] Ir a uma coordenada - by Shelby - 15.09.2011, 13:41
Re: [[[Ajuda]]] Ir a uma coordenada - by Allan Kardec - 15.09.2011, 13:41
Re: [[[Ajuda]]] Ir a uma coordenada - by Sergio_MOW - 15.09.2011, 13:42
Re: [[[Ajuda]]] Ir a uma coordenada - by RebeloX - 15.09.2011, 13:43
Respuesta: [[[Ajuda]]] Ir a uma coordenada - by Ichigo_Kurosaki - 15.09.2011, 13:48

Forum Jump:


Users browsing this thread: 2 Guest(s)