[AJUDA]Comando /procurar
#1

Tipo, eu defini que o comando era so para um cara, se ele tivesse no local e tals, mas nao cria o CP:


O comando:

pawn Код:
if(strcmp(cmdtext,"/procurar",true) == 0)
    {
      if(gTeam[playerid] == 0)
        {
        if(IsPlayerInRangeOfPoint(playerid,7.0,2316.0952,2428.6602,3.2734))
          {
            new giveplayerid;
                new id;
                new tmp[50];
                if(!strlen(tmp)) return SendClientMessage(playerid,COR_BRANCO,"USO: /procurar [id]");
                if(!IsPlayerConnected(id)) return SendClientMessage(playerid, COR_BRANCO, "id invalido.");
                new Float:X,Float:Y,Float:Z;
                GetPlayerPos(giveplayerid, X,Y,Z);
                SetPlayerCheckpoint(playerid, X,Y,Z, 6);
                }
            else
              {
              SendClientMessage(playerid,COR_VERMELHO,"Vocк nгo estб na zona correcta");
              }
            }
        else
          {
          SendClientMessage(playerid,COR_VERMELHO,"Vocк nгo й um Policial");
          }
    }

Ele compila sem erros, mas na hora de testar, ele nгo cria o CP
Reply


Messages In This Thread
[AJUDA]Comando /procurar - by andmeida10 - 26.03.2010, 21:50
Re: [AJUDA]Comando /procurar - by [BEP]AcerPilot - 26.03.2010, 22:18
Re: [AJUDA]Comando /procurar - by andmeida10 - 26.03.2010, 23:17
Re: [AJUDA]Comando /procurar - by andmeida10 - 27.03.2010, 13:17
Re: [AJUDA]Comando /procurar - by 147rafa147 - 27.03.2010, 13:24

Forum Jump:


Users browsing this thread: 2 Guest(s)