[Ajuda] Ajuda Erros!
#1

Erros
Quote:

(7108 : error 017: undefined symbol "MAX_ORG_NOME"
(7108 : error 009: invalid array size (negative, zero or out of bounds)
(7108 : error 036: empty statement
(7108 : fatal error 107: too many error messages on one line

Linhas de Erro
Quote:

public GuerraTerrorista(playerid)
{
if(TendoGuerra >= 1)
{
new vencedorpontosguerra = 0;
new Xstring[256];
for(new o=0; o<MAX_ORGS; o++)
{
if(GuerraPontos[o] >= vencedorpontosguerra)
{
vencedorpontosguerra = GuerraPontos[o];
}
}
for(new opt=0; opt<MAX_ORGS; opt++)
{
if(GuerraPontos[opt] == vencedorpontosguerra)
{
if(TendoGuerra >= 1)
{
new NomeOrg[MAX_ORG_NOME];
(opt, NomeOrg, MAX_ORG_NOME);
format(Xstring, sizeof(Xstring), "[%s] Ganhou {FFFF00}R$99999 por Finalizar a Guerra com o Total de %d Pontos!", NomeORG,GuerraPontos[opt]);
SendClientMessageToAll(COR_AZTECAS,Xstring);
TendoGuerra = 0;
KillTimer(TempoGuerra);
Info[playerid][InicioGuerra] = 0;
GangZoneHideForAll(GZGuerra);
GangZoneDestroy(GZGuerra);
for(new o=0; o<MAX_ORGS; o++)
{
GuerraPontos[o] = 0;
}
}
}
}
}
}

Reply


Messages In This Thread
Ajuda Erros! - by VSxD - 29.05.2013, 01:17
Re: Ajuda Erros! - by Mito_Alone - 29.05.2013, 01:57
Re: Ajuda Erros! - by Cidiei - 29.05.2013, 02:30

Forum Jump:


Users browsing this thread: 1 Guest(s)