[Ajuda] Ajuda com Chaves
#1

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
Reply
#2

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;
}
Reply
#3

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


Forum Jump:


Users browsing this thread: 2 Guest(s)