[Ajuda] error 029: invalid expression, assumed zero
#1

comeзo do gm
Код HTML:
new Texto[128];

stock gtNome(playerid)
{
    new n[MAX_PLAYER_NAME];
    GetPlayerName(playerid, n, MAX_PLAYER_NAME);
    return n;
}

stock gtIP(playerid)
{
    new IP[25];
    GetPlayerIp(playerid, IP, sizeof(IP));
    return IP;
}
OnPlayerConnect

Код HTML:
// Try to load the player's datafile ("PlayerFile_Load" returns "1" is the file has been read, "0" when the file cannot be read)
    if (PlayerFile_Load(playerid) == 1)
    {
    if (APlayerData[playerid][BanTime] < gettime()) // Player ban-time is passed
    {
    format(Texto, sizeof(Texto), "{FFFFFF}Olб {DB0808}%s{FFFFFF}, Bem-Vindo ao (nome servidor) Novamente\n{FFFFFF}Seu IP: {DB0808}%s\n{FFFFFF}Insira sua Senha Para Logar-se", gtNome(playerid), gtIP(playerid));
    ShowPlayerDialog(playerid, DialogLogin, DIALOG_STYLE_PASSWORD, "Dialogo de Login", Texto, "Logar", "Sair");
	else
	{
	ShowRemainingBanTime(playerid); // Show the remaining ban-time to the player is days, hours, minutes, seconds
    Kick(playerid); // Kick the player
    }
    }
    }
    else
    format(Texto, sizeof(Texto), "{FFFFFF}Olб {DB0808}%s{FFFFFF}, Bem-Vindo ao  (nome servidor) \n{FFFFFF}Seu IP: {DB0808}%s\n{FFFFFF}Insira uma Senha Para Registrar-se", gtNome(playerid), gtIP(playerid));
    ShowPlayerDialog(playerid, DialogRegister, DIALOG_STYLE_PASSWORD, "Dialogo de Registro", Texto, "Registrar", "Sair");
linha do erro(em baixo do dialog de login)
Код HTML:
	else
Reply
#2

PHP код:
// Try to load the player's datafile ("PlayerFile_Load" returns "1" is the file has been read, "0" when the file cannot be read)
if (PlayerFile_Load(playerid) == 1)
{
    if (
APlayerData[playerid][BanTime] < gettime()) // Player ban-time is passed
    
{
        
format(Textosizeof(Texto), "{FFFFFF}Olб {DB0808}%s{FFFFFF}, Bem-Vindo ao (nome servidor) Novamente\n{FFFFFF}Seu IP: {DB0808}%s\n{FFFFFF}Insira sua Senha Para Logar-se"gtNome(playerid), gtIP(playerid));
        
ShowPlayerDialog(playeridDialogLoginDIALOG_STYLE_PASSWORD"Dialogo de Login"Texto"Logar""Sair");
    }
    else
    {
        
ShowRemainingBanTime(playerid); // Show the remaining ban-time to the player is days, hours, minutes, seconds
        
Kick(playerid); // Kick the player
    
}
}
else
{
    
format(Textosizeof(Texto), "{FFFFFF}Olб {DB0808}%s{FFFFFF}, Bem-Vindo ao  (nome servidor) \n{FFFFFF}Seu IP: {DB0808}%s\n{FFFFFF}Insira uma Senha Para Registrar-se"gtNome(playerid), gtIP(playerid));
    
ShowPlayerDialog(playeridDialogRegisterDIALOG_STYLE_PASSWORD"Dialogo de Registro"Texto"Registrar""Sair");

se tu usasses o TAB ias perceber facilmente problema nas chavetas { }
Reply
#3

Quote:
Originally Posted by PT
Посмотреть сообщение
PHP код:
// Try to load the player's datafile ("PlayerFile_Load" returns "1" is the file has been read, "0" when the file cannot be read)
if (PlayerFile_Load(playerid) == 1)
{
    if (
APlayerData[playerid][BanTime] < gettime()) // Player ban-time is passed
    
{
        
format(Textosizeof(Texto), "{FFFFFF}Olб {DB0808}%s{FFFFFF}, Bem-Vindo ao (nome servidor) Novamente\n{FFFFFF}Seu IP: {DB0808}%s\n{FFFFFF}Insira sua Senha Para Logar-se"gtNome(playerid), gtIP(playerid));
        
ShowPlayerDialog(playeridDialogLoginDIALOG_STYLE_PASSWORD"Dialogo de Login"Texto"Logar""Sair");
    }
    else
    {
        
ShowRemainingBanTime(playerid); // Show the remaining ban-time to the player is days, hours, minutes, seconds
        
Kick(playerid); // Kick the player
    
}
}
else
{
    
format(Textosizeof(Texto), "{FFFFFF}Olб {DB0808}%s{FFFFFF}, Bem-Vindo ao  (nome servidor) \n{FFFFFF}Seu IP: {DB0808}%s\n{FFFFFF}Insira uma Senha Para Registrar-se"gtNome(playerid), gtIP(playerid));
    
ShowPlayerDialog(playeridDialogRegisterDIALOG_STYLE_PASSWORD"Dialogo de Registro"Texto"Registrar""Sair");

se tu usasses o TAB ias perceber facilmente problema nas chavetas { }

se tu usasses o TAB ias perceber facilmente problema nas chavetas { }


uuuuuuu vlw ae Mr.Foda kkkkkkkk zueira.

vlw mesmo ae cara
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)