[Ajuda] Comando nгo estб funcionando.
#4

Tente assim:
pawn Код:
if(strfind(funcao, "abrir", true) != -1)
    {
        printf("Entrei em %s", params);
        if(sscanf(funcao, "s[50]s[50]",funcao, senha)) return SendClientMessage(playerid, -1, "[ ERRO ] {FF0000}use: /banco conta abrir [senha da conta]");
        print("Passei dois");
        dini_Create(file);
        dini_IntSet(file, "Saldo", 200);
        dini_Set(file, "Senha", senha);
        GivePlayerMoney(playerid, -200);
        format(string, sizeof(string), "[BANCO] %s sua conta foi aberta com sucesso, seu saldo atual й de: %d", aname, dini_Int(file, "Saldo"));
        SendClientMessage(playerid, 0x00FF00AA, string);
        return 1;
    }
Reply


Messages In This Thread
Comando nгo estб funcionando. - by [BOPE]Seu._.Madruga - 05.01.2015, 21:43
Re: Comando nгo estб funcionando. - by [BOPE]Seu._.Madruga - 05.01.2015, 22:19
Re: Comando nгo estб funcionando. - by n0minal - 05.01.2015, 22:27
Re: Comando nгo estб funcionando. - by MultiKill - 05.01.2015, 22:33
Re: Comando nгo estб funcionando. - by [BOPE]Seu._.Madruga - 05.01.2015, 23:16

Forum Jump:


Users browsing this thread: 1 Guest(s)