SA-MP Forums Archive
[Ajuda] Ajuda com Chaves - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Ajuda com Chaves (/showthread.php?tid=505631)



Ajuda com Chaves - Dana_scully - 09.04.2014

Olб estou tentando fazer com que se cobre para mudar nick , mais nгo acerto fechar as chaves dum mode que mande as mensagens coretamente..Ex: vc n tem dinheiro....vc n estб em um cartуtio....
Nгo estб acionando o dialog de trocar nick, porйm o dinheiro й levado...

pawn Код:
Resolvido pelo gatinho PT



Re: Ajuda com Chaves - PT - 09.04.2014

na hora que vc comecar a identar nao tera problemas com isso

pawn Код:
if(strcmp(cmdtext, "/trocarnick", true) == 0)
{
    if(PlayerInfo[playerid][pLogged] == 0)
        return SendClientMessage(playerid, Vermelho, " Vocк nгo estб logado(a).");
    new aname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, aname);
    if(CPS_GetPlayerCheckpoint(playerid) == cpnome)
    {
        if(GetPlayerGrana(playerid) < 49000)
            return SendClientMessage(playerid, Vermelho, " | ERRO | Vocк nгo tem dinheiro suficiente");
        if(dini_Int(file, "MN") == 1)
        {
            ShowPlayerDialog(playerid,mudarnick , DIALOG_STYLE_INPUT, "Mudar nick", "Digite seu novo NICK e clique em  \"Mudar\". \n\n~ Mundo Moderno  RPG •", "Mudar", "Sair");
            GivePlayerGrana(playerid, -50000);
        }
    }
    else SendClientMessage(playerid, Vermelho, " | ERRO | Vocк nгo estб no cartуrio.");
    return 1;
}



Re : Ajuda com Chaves - Dana_scully - 10.04.2014

Ai meu lindo, eu vou baixar aquele tal de notped sei la como nome p facilitar....obrigada, vc й lindo baby