[Ajuda] CODIGO
#1

Ola galera , tenho um GameMode aqui meu ... sendo que quando registro , ele nasce com lvl 0 e dinheiro 0 . ALGUEM Pode ajduar?
Reply
#2

Dica passar o gamemode ou a parte que seta lvl e dinheiro ajudaria.
Reply
#3

Pera... Alguem me empresta uma bola de cristal? a minha ta emprestada para o ipsBruno '-'
Reply
#4

sim , Ok ok

#define DinheiroInicial 500
pawn Код:
if(dialogid == DialogRegistro)
    {
        if(response)
        {
            if(strlen(inputtext) < 5 || strlen(inputtext) > 20 || !strlen(inputtext))
            {
                SendClientMessage(playerid, C_Vermelho, "[NLG]Senha invбlida... Sua senha deve conter entre '5' e '20' caracteres.");
                format(stringtest, sizeof(stringtest), "{FFFFFF}Olб %s!\nVocк ainda nгo possui uma conta em nosso servidor\npara se registrar clique no botгo abaixo", GetPlayerNameEx(playerid));
                return ShowPlayerDialog(playerid, DialogRegistro, DIALOG_STYLE_INPUT, "{FF0000}[NLG]{FFFFFF}New Life Games", stringtest, "Registrar", "");
            }
            gettime(Hora, Minuto), getdate(Ano, Mes, Dia);
            GetPlayerName(playerid, nome, sizeof(nome));
            format(arquivo, sizeof(arquivo), ContasPlayers, nome);
            INI_Open(arquivo);
            INI_WriteString("Senha", inputtext);
            INI_WriteInt("Dinheiro", DinheiroInicial);
            INI_WriteInt("Level", NivelInicial);
            INI_WriteInt("Skin", SkinInicial);
            INI_WriteInt("Tutorial", 0);
            INI_WriteInt("Sexo", 0);
            INI_WriteInt("AdminLevel", 0);
            INI_WriteInt("Avisos", 0);
            INI_WriteInt("Banco", 0);
            INI_WriteInt("AllowPay", 0);
            INI_WriteInt("CheckPay", 0);
            INI_WriteInt("Respeito", 0);
            INI_WriteInt("UltimoLoginDia", Dia);
            INI_WriteInt("UltimoLoginMes", Mes);
            INI_WriteInt("UltimoLoginHora", Hora);
            INI_WriteInt("UltimoLoginMinuto", Minuto);
            INI_Save();
            INI_Close();
            ShowPlayerDialog(playerid, DialogTutorialPT1, DIALOG_STYLE_MSGBOX, "{FF0000}Sexo","{FFFFFF}Olб, antes de iniciarmos\ngostariamos de saber se vocк й homem ou mulher.\nClique no botгo correspondente.","Homem","Mulher");
        }
ha parte do registro . que й pra setar .
Reply
#5

use GivePlayerMoney e SetPlayerScore com as respectivas variбveis...
Reply
#6

sim , mas onde eu usaria ? "Dinheiro" ja ta marcado olha essa linah em outra public
na public Carregardados
GivePlayerMoney(playerid, INI_ReadInt("Dinheiro"));
SetPlayerScoreEx(playerid, INI_ReadInt("Level"));
Reply
#7

Com o dinheiro tente
Код:
GivePlayerMoney(playerid,DinheiroInicial);
Reply
#8

Mas amigo , onde eu adciono essa linha ? no lugar de
pawn Код:
INI_WriteInt("Dinheiro", DinheiroInicial);
?
pois esta linha й pra salvar ...
Reply
#9

Lol ele fez dois topico e eu ja tinha respondido no outro vocк ta gravando a variavel no ini mas n ta setando o dinheiro e score como o da variavel simple.
Reply
#10

Ola eduado , a grana deu certo ! valeu , e quanto ao score ... nem setou nada . u.u
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)