[Ajuda] Como transforma SendClientMessage em ShowPlayerDialog
#8

Tem, mas nгo vejo necessidade muito menos lуgica de se fazer isso.

pawn Код:
if(strcmp(cmd, "/profissao", true) == 0) {
    format(file, sizeof(file), PASTA_CONTAS, GetPlayerNameEx(playerid));
    if(dini_Int(file, "Profissao") == Desempregado)
        return SendClientMessage(playerid, Verde, "Desempregado");
    if(dini_Int(file, "Profissao") == MotoristaP) {
        static cStrAux[150];
        strcat(cStrAux, "Your Text Here!\n");
        strcat(cStrAux, "Your Text Here!\n");
        strcat(cStrAux, "Your Text Here!\n");
        strcat(cStrAux, "Your Text Here!\n");
        strcat(cStrAux, "Your Text Here!\n");
        strcat(cStrAux, "Your Text Here!\n");
        strcat(cStrAux, "Your Text Here!\n");
        strcat(cStrAux, "Your Text Here!");
        ShowPlayerDialog(playerid, 666, DIALOG_STYLE_MSGBOX, "Motorista particular", cStrAux, "Close","");

    }
    return true;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)