[Ajuda] Escolhe de sexo !
#5

pawn Код:
if (pInfo[playerid][Registrado] == 0)
    {
        if (dialogid == DIALOG_SEXO)
        {
            if (listitem == 0)
            {
                pInfo[playerid][Sexo] = 1;
                pInfo[playerid][Registrado] = 1;
                Salvar(playerid);
                SendClientMessage(playerid, 0xFFFFFFAA, "Vocк escolheu o Sexo Masculino");
            }
            if (listitem == 1)
            {
                pInfo[playerid][Sexo] = 2;
                pInfo[playerid][Registrado] = 1;
                Salvar(playerid);
                SendClientMessage(playerid, 0xFFFFFFAA, "Vocк escolheu o Sexo Feminino");
            }
        }
    }

Compilou .

Agora tipo , os valores nгo estгo sendo salvos.
Eu botei para salvar , mais nгo ta salvando .
Reply


Messages In This Thread
Escolhe de sexo ! - by DAKOT4 - 07.03.2013, 23:46
Re : Escolhe de sexo ! - by Nicow - 07.03.2013, 23:53
Re: Escolhe de sexo ! - by DAKOT4 - 07.03.2013, 23:56
Re: Escolhe de sexo ! - by WLSF - 08.03.2013, 00:12
Re: Escolhe de sexo ! - by DAKOT4 - 08.03.2013, 00:16
Re: Escolhe de sexo ! - by FenixBorn - 08.03.2013, 09:26
Re: Escolhe de sexo ! - by WLSF - 08.03.2013, 16:13
Re: Escolhe de sexo ! - by Baiano - 08.03.2013, 16:50

Forum Jump:


Users browsing this thread: 1 Guest(s)