[AJUDA]Comandos divididos
#19

Tentei..tentei novamente..e tentei mais uma vez e nгo deu ..a unica coisa que veio em minha mente e que conseguiu sair foi isso:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    new cmd[256];
    new tmp[256];
    new tmp2[256];
    new idx;
    new plid;
    plid = strval(tmp2);
    cmd = strtok(cmdtext, idx);
    tmp = strtok(cmdtext, idx);
   
    if(strcmp(cmd, "/procurar", true) == 0)
    {
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, 0xFF0000AA, "USO: /procurar [ID] [Motivo]");
            return 1;
        }
        new ID;
        ID = strval(tmp);
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, 0xFF0000AA, "USO: /procurar [ID] [Motivo]");
            return 1;
        }
        new Motivo;
        Motivo = strval(tmp);
        tmp = strtok(cmdtext, idx);
        if(strcmp(Motivo,"Assalto",true) == 0)
        {
        SetPlayerWantedLevel(plid, 3);
        }
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
[AJUDA]Comandos divididos - by Falcon. - 08.10.2010, 10:44
Re: [AJUDA]Comandos divididos - by roginho_97 - 08.10.2010, 13:08
Re: [AJUDA]Comandos divididos - by KevinsL - 08.10.2010, 13:56
Re: [AJUDA]Comandos divididos - by zSuYaNw - 08.10.2010, 14:11
Re: [AJUDA]Comandos divididos - by Falcon. - 08.10.2010, 14:28
Re: [AJUDA]Comandos divididos - by ipsBruno - 08.10.2010, 15:26
Re: [AJUDA]Comandos divididos - by Falcon. - 08.10.2010, 16:04
Re: [AJUDA]Comandos divididos - by TiagoPS - 08.10.2010, 17:16
Re: [AJUDA]Comandos divididos - by Falcon. - 08.10.2010, 18:06
Re: [AJUDA]Comandos divididos - by Falcon. - 09.10.2010, 00:03
Re: [AJUDA]Comandos divididos - by ipsBruno - 09.10.2010, 00:08
Re: [AJUDA]Comandos divididos - by Falcon. - 09.10.2010, 00:14
Re: [AJUDA]Comandos divididos - by Falcon. - 09.10.2010, 20:11
Re: [AJUDA]Comandos divididos - by TiagoPS - 09.10.2010, 20:34
Re: [AJUDA]Comandos divididos - by Falcon. - 09.10.2010, 20:56
Re: [AJUDA]Comandos divididos - by TiagoPS - 10.10.2010, 00:21
Re: [AJUDA]Comandos divididos - by Falcon. - 10.10.2010, 13:11
Re: [AJUDA]Comandos divididos - by SlashPT - 10.10.2010, 16:46
Re: [AJUDA]Comandos divididos - by Falcon. - 10.10.2010, 17:24
Re: [AJUDA]Comandos divididos - by SlashPT - 10.10.2010, 17:47

Forum Jump:


Users browsing this thread: 3 Guest(s)