[Ajuda] Error estranho
#8

Vк se o seu:

LoadPlayer(playerid);

se ta +/- assim:

PHP код:
Player[playerid][Admin] = DOF2::GetInt(PegarContas(playerid), "Admin"); 
tbm coloca uma save file aki:

PHP код:
if(dialogid == DIALOG_REGISTER
    { 
        if(
response
        { 
            if(
strlen(inputtext) < || strlen(inputtext) > 20 || !strlen(inputtext)) 
            { 
                
ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_PASSWORD""COLORT_WHITE"• "#COLORT_SERVER"REGISTRO"COLORT_WHITE":", ""#COLORT_WHITE"Sua senha deve ter no minimo 5 digitos ou nъmeros!\n"#COLORT_WHITE"Й no Mбximo 20 digitos ou nъmero!\n"#COLORT_WHITE"Tente novamente.", "Registrar", "Sair"); 
            

            else 
            { 
                
//---------- [ Criar Arquivos й colocar valores ] -------------- 
                
DOF2_CreateFile(PegarConta(playerid)); 
                
DOF2_SetString(PegarConta(playerid),"Senha"inputtext); 
                
DOF2_SetInt(PegarConta(playerid),"Score"0); 
                
DOF2_SetInt(PegarConta(playerid),"Matou"0); 
                
DOF2_SetInt(PegarConta(playerid),"Morreu"0); 
                
DOF2_SetInt(PegarConta(playerid),"Skin"1); 
                
DOF2_SetInt(PegarConta(playerid),"Dinheiro"0); 
                
DOF2_SetInt(PegarConta(playerid), "Admin"0); 
                
DOF2_SaveFile();
                
// 
                
GivePlayerMoney(playerid,30000); 
                
SCM(playeridCOLOR_PRINCIPAL""TAG_SERVER" Registrado Com sucesso."); 
                
ShowPlayerDialog(playeridDIALOG_MORROSDIALOG_STYLE_LIST""COLORT_WHITE"» "COLORT_SERVER"Escolha sua comunidade para poder continuar:"""#COLORT_RED"CMD\n"#COLORT_BLUE"LLL\n"#COLORT_YELLOW"TD3\n"#COLORT_ORANGE"MLC\n"#COLORT_WHITE"Organizaзхes", "Selecionar", ""); 
            

        } 
        if(!
response
        { 
            
SCM(playeridCOLOR_HELPER""TAG_LOG" Vocк foi kickado, volte sempre!"); 
            
Kick(playerid); 
        } 
    } 
Reply


Messages In This Thread
Error estranho - by BrGabrielBr - 05.07.2018, 00:57
Re: Error estranho - by Cauezin - 05.07.2018, 01:08
Re: Error estranho - by BrGabrielBr - 05.07.2018, 01:12
Re: Error estranho - by bruxo00 - 05.07.2018, 01:30
Re: Error estranho - by BrGabrielBr - 05.07.2018, 01:57
Re: Error estranho - by AutoMatic2 - 05.07.2018, 02:57
Re: Error estranho - by BrGabrielBr - 05.07.2018, 03:03
Re: Error estranho - by AutoMatic2 - 05.07.2018, 03:04
Re: Error estranho - by BrGabrielBr - 05.07.2018, 03:17
Re: Error estranho - by AutoMatic2 - 05.07.2018, 03:38

Forum Jump:


Users browsing this thread: 2 Guest(s)