[Ajuda] 4Erros
#1

Erros Fdps 4
Nгo sei oq й fala q й nessa linha mais n da

erros
pawn Код:
D:\samp03\Owna\gamemodes\BSG.pwn(55352) : error 029: invalid expression, assumed zero
D:\samp03\Owna\gamemodes\BSG.pwn(55352) : error 012: invalid function call, not a valid address
D:\samp03\Owna\gamemodes\BSG.pwn(55352) : warning 215: expression has no effect
D:\samp03\Owna\gamemodes\BSG.pwn(55352) : error 001: expected token: ";", but found ")"
D:\samp03\Owna\gamemodes\BSG.pwn(55352) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Code
pawn Код:
public GuerranoAero(playerid)
{
    new string[128];
    new playername[MAX_PLAYER_NAME];
    if(PlayerInfo[playerid][pMembro] == 23 || PlayerInfo[playerid][pLider] == 23)
    {
        if(ProvocoAero[playerid] == 1)
        {
            if(IsPlayerInAero(playerid))
            {
                GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
                format(string, sizeof(string), "%s e o Mid NighT Club Dominaram o Aero!",playername);
                SendClientMessageToAll(COR_MID, string);
                SendClientMessage(playerid, COLOR_GRAD5, "Vocк dominou o casarгo, a cada 3 minutos nela ganharб grana.");
                GangZoneStopFlashForAll(GZAero);
                GangZoneShowForAll(GZAero,COR_MID);
                Dominando[playerid] = 0;
                ProvocoAero[playerid] = 0;
                GuerranoAero = 0;
                donoAero = 1;
                KillTimer(TempoGuerraAero);
                return 1;
            }
            else
            {
                SendClientMessage(playerid, COR_MID, "Vocк nгo estб no Aero.");
                Dominando[playerid] = 0;
                GangZoneStopFlashForAll(GZAero);
                GangZoneShowForAll(GZAero, 0xFFFFFF96);
                ProvocoAero[playerid] = 0;
                GuerranoAero = 0;
                donoAero = 0;
                KillTimer(TempoGuerraAero);
                return 1;
            }
        }
    }
    return 1;
}
Linha erro
public GuerranoAero(playerid)
Reply
#2

Procura por "IsPlayerInAero(playerid)" no seu gamemode e posta.

@Edit
Procure por
pawn Код:
new GuerranoAero;
E mude para
pawn Код:
new GuerranoAero2;
E onde tiver no seu gamemode "GuerranoAero" vocк muda para "GuerranoAero2". Menos a public GuerranoAero(playerid) e a "forward GuerranoAero(playerid);"
Reply
#3

Quote:
Originally Posted by Supera
Посмотреть сообщение
Procura por "IsPlayerInAero(playerid)" no seu gamemode e posta.

@Edit
Procure por
pawn Код:
new GuerranoAero;
E mude para
pawn Код:
new GuerranoAero2;
E onde tiver no seu gamemode "GuerranoAero" vocк muda para "GuerranoAero2". Menos a public GuerranoAero(playerid) e a "forward GuerranoAero(playerid);"
vo testar ja volto se der certo rep+
Reply
#4

alguem ?
Reply
#5

Poste a linha a cima da linha do erro!
Lб provavelmente tara o erro.
Reply
#6

pawn Код:
}
        }
        return 1;
    }
й isso q tem acima
Reply
#7

PHP код:
Llamada GuerranoAero(playerid)
{
new 
string[128];
new 
playername[MAX_PLAYER_NAME];
if(
PlayerInfo[playerid][pMembro] == 23 || PlayerInfo[playerid][pLider] == 23)
{
if(
ProvocoAero[playerid] == 1)
{
if(
IsPlayerInAero(playerid))
{
GetPlayerName(playeridplayernameMAX_PLAYER_NAME);
format(stringsizeof(string), "%s e o Mid NighT Club Dominaram o Aero!",playername);
SendClientMessageToAll(COR_MIDstring);
SendClientMessage(playeridCOLOR_GRAD5"Vocк dominou o casarгo, a cada 3 minutos nela ganharб grana.");
GangZoneStopFlashForAll(GZAero);
GangZoneShowForAll(GZAero,COR_MID);
Dominando[playerid] = 0;
ProvocoAero[playerid] = 0;
donoAero 1;
KillTimer(TempoGuerraAero);
}
else
{
SendClientMessage(playeridCOR_MID"Vocк nгo estб no Aero.");
Dominando[playerid] = 0;
GangZoneStopFlashForAll(GZAero);
GangZoneShowForAll(GZAero0xFFFFFF96);
ProvocoAero[playerid] = 0;
donoAero 0;
KillTimer(TempoGuerraAero);
}
}
}
return 
1;

Reply
#8

Quote:
Originally Posted by Wellington1999
Посмотреть сообщение
pawn Код:
}
        }
        return 1;
    }
й isso q tem acima
Poste o Comando ou a Callback que estб acima da
PHP код:
 public GuerranoAero(playerid
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)