error 029: invalid expression, assumed zero
#1

PHP код:
        if (PlayerFile_Load(playerid) == 1)
    {
        
// Check if the player is still banned
        
if (APlayerData[playerid][BanTime] < gettime()) // Player ban-time is passed
        
format(StrRegistroLoginsizeof(StrRegistroLogin), "Logando..""{87CEFA}Seja bem vindo.\n{FFFFFF}Status da conta: {7CFC00}Cadastrada.\n{FFFFFF}Seu IP: {7CFC00}%d\n\n {FFFFFF}Insira sua senha para logar."ipdele);
        
ShowPlayerDialog(playerid1DIALOG_STYLE_PASSWORD"Logar"StrRegistroLogin"Logar""Cancelar");
        else 
// Player is still banned
        
{
            
ShowRemainingBanTime(playerid); // Show the remaining ban-time to the player is days, hours, minutes, seconds
            
Kick(playerid); // Kick the player
        
}
    } 
Erro:
PHP код:
error 029invalid expressionassumed zero 
Linha:
PHP код:
else 
O que pode ser?
Reply
#2

PHP код:
    if (PlayerFile_Load(playerid) == 1)
    {
        
// Check if the player is still banned
        
if (APlayerData[playerid][BanTime] < gettime()) // Player ban-time is passed
        
{
            
format(StrRegistroLoginsizeof(StrRegistroLogin), "Logando..""{87CEFA}Seja bem vindo.\n{FFFFFF}Status da conta: {7CFC00}Cadastrada.\n{FFFFFF}Seu IP: {7CFC00}%d\n\n {FFFFFF}Insira sua senha para logar."ipdele);
            
ShowPlayerDialog(playerid1DIALOG_STYLE_PASSWORD"Logar"StrRegistroLogin"Logar""Cancelar");
        }
        else 
// Player is still banned
        
{
            
ShowRemainingBanTime(playerid); // Show the remaining ban-time to the player is days, hours, minutes, seconds
            
Kick(playerid); // Kick the player
        
}
    } 
Tenta assim
Reply
#3

Falta as {}.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)