[Ajuda] /193
#1

Intгo galera quando digito /193 para chamar um mйdico, Porem envio a mensagem pronto, O poblema й na hora de receber a mensagem para quem tб de profissгo de mйdico mais a mensagem nгo recebe para quem й o mйdico.




pawn Code:
if (strcmp(cmd, "/193", true)==0){
    new tmp[256];
    strmid(tmp, cmdtext, 4, strlen(cmdtext));
    if(!strlen(tmp)) {
        SendClientMessage(playerid, Vermelho, "[ > ] Use: /193 [local]");
        return 1;
    }else{
        SendClientMessage(playerid, AzuL4, "[ INFO ] Os paramйdicos foram informados, aguarde uma resposta.");
        for(new i=0; i<MAX_PLAYERS; i++){
            new aname[MAX_PLAYER_NAME];
            GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
            format(file, sizeof(file), PASTA_CONTAS, aname);
            if(dini_Int(file, "Profissao") == Mйdico){
                format(string, sizeof(string), "[ INFO ] %s (ID: %d) estб pedindo uma ambulвncia (Local: %s) Atenda-o o mais rapido possivel!", aname, playerid, tmp);
                SendClientMessage(i, amarelo, string);
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
/193 - by powerths - 25.10.2013, 22:33
Re: /193 - by Juniiro3 - 25.10.2013, 22:42
Re: /193 - by powerths - 26.10.2013, 10:41
Re: /193 - by PT - 26.10.2013, 12:05
Re: /193 - by powerths - 26.10.2013, 12:18
Re: /193 - by PT - 26.10.2013, 12:55
Re: /193 - by powerths - 26.10.2013, 13:15

Forum Jump:


Users browsing this thread: 2 Guest(s)