[Ajuda] Como arrumar isso?
#1

Olб pessoal, bom estava fazendo uma tela de login em textdrawn, ai tive alguns erros, mais consegui solucionar, mais ai apareceu esses aqui, eu tentei arruma-los mais parece que quanto mais eu mecho neles mais abre brechas para outros problemas!

aqui estб os erros:

Код:
 error 010: invalid function or declaration
error 010: invalid function or declaration
error 021: symbol already defined: "format"
error 010: invalid function or declaration
error 054: unmatched closing brace ("}")
 error 010: invalid function or declaration
 error 010: invalid function or declaration
: error 021: symbol already defined: "format"
error 010: invalid function or declaration
error 054: unmatched closing brace ("}")
 error 010: invalid function or declaration
error 010: invalid function or declaration
error 010: invalid function or declaration
error 054: unmatched closing brace ("}")
error 010: invalid function or declaration
error 010: invalid function or declaration
 error 054: unmatched closing brace ("}")
: error 010: invalid function or declaration
 : error 054: unmatched closing brace ("}")
: error 010: invalid function or declaration
: error 010: invalid function or declaration
: error 021: symbol already defined: "TextDrawHideForPlayer"
error 021: symbol already defined: "KickBPS"
 error 010: invalid function or declaration
error 021: symbol already defined: "SelectTextDraw"
error 010: invalid function or declaration
PHP код:
if(!gPlayerLogged[playerid]){
    if(
clickedid == Textdraw6){//Logar
        
format(Fala,sizeof(Fala),Pasta_Contas,NomePlayer(playerid));
        if(
DOF2_FileExists(Fala))
        {
            
ForT:logar(playerid,"");
     }
        else 
ShowPlayerDialog(playerid8724DIALOG_STYLE_MSGBOX"{FFFF00}ERRO""{FF0000}* Vocк Nao Tem Uma Conta !""OK","");
    }
    else if(
clickedid == Textdraw8){//Registrar
        
format(Fala,sizeof(Fala),Pasta_Contas,NomePlayer(playerid));
        if(!
DOF2_FileExists(Fala))
        {
            
ForT:registrar(playerid,"");
        }
        else 
ShowPlayerDialog(playerid8724DIALOG_STYLE_MSGBOX"{FFFF00}ERRO""{FF0000}* Vocк Ja Tem Uma Conta !""OK","");
    }
    else if(
clickedid == Textdraw10){//Regras
           
ForT:regras(playerid,"");
    }
    else if(
clickedid == Textdraw13){//Organizaзхes
        
ForT:infoserver(playerid,"");
    }
    else if(
clickedid == Textdraw15){//Informaзхes+
        
ForT:helpers(playerid);
    }
    else if(
clickedid == Textdraw13){//Sair
     
for(new x!= MAX_TEXT_DRAWSx++){
      
TextDrawHideForPlayer(playeridText:x);
            }
            
Kick(playerid);
        }
       else{
            
SelectTextDraw(playerid,0xFFFFFFFF);
        }
        return 
1;
    } 
eu adicionei o "fala" mais nгo posso remover se nгo pode dar algum erro no login
Reply


Messages In This Thread
Como arrumar isso? - by Ir123 - 08.12.2018, 01:01
Re: Como arrumar isso? - by ipsLuan - 08.12.2018, 01:49
Re: Como arrumar isso? - by Ir123 - 08.12.2018, 14:43
Re: Como arrumar isso? - by Alexis17 - 08.12.2018, 16:51
Re: Como arrumar isso? - by Ir123 - 08.12.2018, 17:39
Re: Como arrumar isso? - by GSantana - 08.12.2018, 17:56
Re: Como arrumar isso? - by ipsLuan - 09.12.2018, 03:20
Re: Como arrumar isso? - by Ir123 - 10.12.2018, 02:36
Re: Como arrumar isso? - by willttoonn - 10.12.2018, 10:52
Re: Como arrumar isso? - by Ir123 - 10.12.2018, 13:09

Forum Jump:


Users browsing this thread: 1 Guest(s)