[Ajuda]error 006: must be assigned to an array
#1

Tipo no meu Gm tem o cmd /darlider e eu pus para dar lider e o nome da org que o player virou lider aparecer mas quando eu compilo da esses errors:
pawn Код:
\gamemodes\BFL1.pwn(43002) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43003) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43004) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43005) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43006) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43007) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43008) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43009) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43010) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43011) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43012) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43013) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43014) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43015) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43016) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43017) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43018) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43019) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43020) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43021) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43022) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43023) : error 006: must be assigned to an array
\gamemodes\BFL1.pwn(43024) : error 006: must be assigned to an array
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


23 Errors.
Linhas:
pawn Код:
if(level == 0) { PlayerInfo[para1][pChar] = 23; }
                    else if(PlayerInfo[para1][pLeader] == 1) { Org = "Policia Militar"; }
                        else if(PlayerInfo[para1][pLeader] == 2) { Org = "Policia Federal"; }
                        else if(PlayerInfo[para1][pLeader] == 3) { Org = "Forзas Armadas"; }
                        else if(PlayerInfo[para1][pLeader] == 4) { Org = "Medicos"; }
                        else if(PlayerInfo[para1][pLeader] == 5) { Org = "Ballas"; }
                        else if(PlayerInfo[para1][pLeader] == 6) { Org = "Groove Street"; }
                        else if(PlayerInfo[para1][pLeader] == 7) { Org = "Prefeitura"; }
                        else if(PlayerInfo[para1][pLeader] == 8) { Org = "Hitmans"; }
                        else if(PlayerInfo[para1][pLeader] == 9) { Org = "Rede Globo"; }
                        else if(PlayerInfo[para1][pLeader] == 10) { Org = "Lowriders"; }
                        else if(PlayerInfo[para1][pLeader] == 11) { Org = "San Fierro Riffa"; }
                        else if(PlayerInfo[para1][pLeader] == 12) { Org = "Los Vagos"; }
                        else if(PlayerInfo[para1][pLeader] == 13) { Org = "Asphalt Kings"; }
                        else if(PlayerInfo[para1][pLeader] == 14) { Org = "Policia Rodoviaria Federal"; }
                        else if(PlayerInfo[para1][pLeader] == 15) { Org = "Los Aztecas"; }
                        else if(PlayerInfo[para1][pLeader] == 16) { Org = "Mafia Triads"; }
                        else if(PlayerInfo[para1][pLeader] == 17) { Org = "Mafia Yakuza"; }
                        else if(PlayerInfo[para1][pLeader] == 18) { Org = "Drifters"; }
                        else if(PlayerInfo[para1][pLeader] == 19) { Org = "Comando Vermelho"; }
                        else if(PlayerInfo[para1][pLeader] == 20) { Org = "PCC"; }
                        else if(PlayerInfo[para1][pLeader] == 21) { Org = "Al Qaeda"; }
                        else if(PlayerInfo[para1][pLeader] == 22) { Org = "Swat"; }
                        else if(PlayerInfo[para1][pLeader] == 23) { Org = "Policia Civil"; }
pode ser um erro bobo mas nao to conseguindo resolver ai postei aqui pra ver se voces sabem :]
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)