[Ajuda] 4 Erros. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] 4 Erros. (
/showthread.php?tid=274574)
[Ajuda] 4 Erros. -
1The1AleX1 - 06.08.2011
Eae Galera
Tenho Aki Uns Erros Que Nгo Consigo Resolver.
PHP код:
C:\Users\Alexandre\Desktop\GTA MultyPlayer\GTA Samp\Servidor\Server Main File 3\gamemodes\TH.pwn(325) : error 032: array index out of bounds (variable "OrgInfo")
C:\Users\Alexandre\Desktop\GTA MultyPlayer\GTA Samp\Servidor\Server Main File 3\gamemodes\TH.pwn(325) : error 032: array index out of bounds (variable "OrgInfo")
C:\Users\Alexandre\Desktop\GTA MultyPlayer\GTA Samp\Servidor\Server Main File 3\gamemodes\TH.pwn(325) : error 032: array index out of bounds (variable "OrgInfo")
C:\Users\Alexandre\Desktop\GTA MultyPlayer\GTA Samp\Servidor\Server Main File 3\gamemodes\TH.pwn(325) : 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.
Linhas:
PHP код:
if(OrgInfo[org][Vaga] == PM) { format(OrgInfo[org][Membro1], MAX_PLAYER_NAME, "Nenhum");OrgInfo[org][Vaga]--; }
if(OrgInfo[org][Vaga] == 2) { format(OrgInfo[org][Membro2], MAX_PLAYER_NAME, "Nenhum");OrgInfo[org][Vaga]--; }
Uй Se Eu Por 10, N Dб Erro, Mas Dб Warning, Pra Eliminar Warning Tenho De Por 300. Bug? Por Isso Vim Perguntar.
OrgInfo:
http://pastebin.com/0dtAVK7b
Re: [Ajuda] 4 Erros. -
Josma_cmd - 06.08.2011
Posta o new OrgInfo completo.
Provavelmente vocк nгo contou corretamente as arrays.
pawn Код:
//Exemplo errado
new OrgInfo[2] =
{
"org 0",
"org 1",
"org 2"
};
pawn Код:
//Exemplo certo
new OrgInfo[3] =
{
"org 0",
"org 1",
"org 2"
};
Re: [Ajuda] 4 Erros. -
1The1AleX1 - 06.08.2011
N Encontrei Nada Como Isso.
Meu GM COMPLETO:
http://pastebin.com/18W6N2Q1
Re: [Ajuda] 4 Erros. -
1The1AleX1 - 06.08.2011
DOUBLE POST
Re: [Ajuda] 4 Erros. -
1The1AleX1 - 07.08.2011
Ngm? Pf Ajudem.