[Ajuda] Como transforma SendClientMessage em ShowPlayerDialog
#6

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)
        ShowPlayerDialog(playerid, 666, DIALOG_STYLE_MSGBOX, "Motorista particular", "Arrume um patrгo e cobre pelo seu serviзo\n/cp - Chat Profissгo.", "Close","");
    return true;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)