[PEDIDO] Comando /procurar
#5

pawn Код:
if(strcmp(cmd,"/localizar",true) == 0)
{
    new tmp[256];
    new giveplayerid;
    tmp = strtok(cmdtext, idx);
    giveplayerid = strval(tmp);
    if(!strlen(tmp)) return SendClientMessage(playerid,-1,"USO: /localizar [id]");
    if(!IsPlayerConnected(giveplayerid)) return SendClientMessage(playerid, -1, "(x) ID Invalido.");
    new Float:X,Float:Y,Float:Z;
    GetPlayerPos(giveplayerid, X,Y,Z);
    SetPlayerCheckpoint(playerid, X,Y,Z, 6);
    return 1;
}
Reply


Messages In This Thread
[PEDIDO] Comando /procurar - by andrecvv - 12.02.2012, 21:49
Re: [PEDIDO] Comando /procurar - by arakuta - 12.02.2012, 21:50
Re: [PEDIDO] Comando /procurar - by Cotoco Topic - 12.02.2012, 22:00
Re: [PEDIDO] Comando /procurar - by andrecvv - 12.02.2012, 23:23
AW: [PEDIDO] Comando /procurar - by |_MeGaTroN_| - 12.02.2012, 23:26
Re: [PEDIDO] Comando /procurar - by Abravanel - 12.02.2012, 23:27
Re: [PEDIDO] Comando /procurar - by andrecvv - 12.02.2012, 23:28
Re: [PEDIDO] Comando /procurar - by |_MeGaTroN_| - 12.02.2012, 23:36
Respuesta: [PEDIDO] Comando /procurar - by Chis - 13.02.2012, 19:26
Re: [PEDIDO] Comando /procurar - by Lуs - 13.02.2012, 19:31

Forum Jump:


Users browsing this thread: 2 Guest(s)