[Ajuda] Como transforma SendClientMessage em ShowPlayerDialog
#4

Quote:
Originally Posted by Wellington1999
Посмотреть сообщение
pawn Код:
if(strcmp(cmd, "/profissao", true) == 0)
    {
       new DialogWellington[256];
        format(file, sizeof(file), PASTA_CONTAS, GetPlayerNameEx(playerid));
        if(dini_Int(file, "Profissao") == Desempregado)
        {
            SendClientMessage(playerid, Verde, "Desempregado");
        }
        if(dini_Int(file, "Profissao") == MotoristaP)
        {
            format(string, 128, " {FFFFFF}~Motorista Particular~");
        strcat(DialogWellington,string);
            format(string, 128, " {FFFFFF}~Arrume um patrгo e cobre pelo seu serviзo.~");
        strcat(DialogWellington,string);
            format(string, 128, " {FFFFFF}/cp - Chat Profissгo.");
        strcat(DialogWellington,string);
            format(string, 128, " {FFFFFF}~Motorista Particular~");
        strcat(DialogWellington,string);
        }
n testei testa ai
Para que usar strcat sendo que a funзгo ShowPlayerDialog suporta a quantia de caracteres solicitada?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)