[Ajuda] Erro empty statement
#1

esse erro
\gamemodes\Truckers.pwn(2079) : error 036: empty statement
pawn Код:
if(dialogid == DIALOG_SADMIN)
    {
        if(response)
        {
            if(strcmp(inputtext, PasswordA, true))
            {
             if(APlayerData[playerid][PlayerLevel] == 1);//essa linha que consta o erro
            }
            else Kick(playerid);
        }
    }
Reply
#2

pawn Код:
if (dialogid == DIALOG_SADMIN)
{
    if (response)
    {
        if (strcmp(inputtext, PasswordA, true))
        {
            if (APlayerData[playerid][PlayerLevel] == 1)// se o jogador for level 1
            {
                funзгo
            }
            else Kick(playerid);
        }
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)