[Ajuda] Erros
#1

Mais um dia e eu apanhando do pawno novamente, alguйm poderia me ajudar a resolver estes erros?

Linha:

pawn Код:
if(strcmp(InfoOrg[org][Lider],NGM,false)==0 && strcmp(InfoOrg[org][SubLider],NGM,false)==0 && InfoOrg[org][Membro1],NGM,false)==0 && InfoOrg[org][Membro2],NGM,false)==0 && InfoOrg[org][Membro3],NGM,false)==0 && InfoOrg[org][Membro4],NGM,false)==0 && InfoOrg[org][Membro5],NGM,false)==0 && InfoOrg[org][Membro6],NGM,false)==0 && InfoOrg[org][Membro7],NGM,false)==0 && InfoOrg[org][Membro8],NGM,false)==0)
Erros:

Код:
C:\Documents and Settings\Pedro Miranda\Desktop\Script\gamemodes\Teste.pwn(328) : error 033: array must be indexed (variable "InfoOrg")
C:\Documents and Settings\Pedro Miranda\Desktop\Script\gamemodes\Teste.pwn(328) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Pedro Miranda\Desktop\Script\gamemodes\Teste.pwn(328) : error 033: array must be indexed (variable "InfoOrg")
C:\Documents and Settings\Pedro Miranda\Desktop\Script\gamemodes\Teste.pwn(328) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Topo do GM:
pawn Код:
#define NGM "Ninguem"
#define MAX_ORGS 21
enum OrgInfo
{
    Lider,
    SubLider,
    Membro1,
    Membro2,
    Membro3,
    Membro4,
    Membro5,
    Membro6,
    Membro7,
    Membro8
};
new InfoOrg[ MAX_ORGS ][ OrgInfo ][ MAX_PLAYER_NAME ];
Alguem da um help ae
Reply


Messages In This Thread
[Ajuda] Erros - by Jason` - 18.11.2011, 12:08
Re: Ajudinha aqui - by Pharrel - 18.11.2011, 13:32
Re: Ajudinha aqui - by Jason` - 18.11.2011, 14:10
Re: Ajudinha aqui - by Kuddy - 18.11.2011, 14:14
Re: Ajudinha aqui - by Jason` - 18.11.2011, 14:16
Re: Ajudinha aqui - by Kuddy - 18.11.2011, 14:18
Re: Ajudinha aqui - by Jason` - 18.11.2011, 14:21
Re: Ajudinha aqui - by Kuddy - 18.11.2011, 14:27
Re: Ajudinha aqui - by Jason` - 18.11.2011, 14:30

Forum Jump:


Users browsing this thread: 1 Guest(s)