[Ajuda] Compilaзгo.. - 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] Compilaзгo.. (
/showthread.php?tid=603233)
Compilaзгo.. -
DaRoma - 20.03.2016
Algueem ajuda aew a tiraa esse erro .
PHP код:
F:\realidadedocrimeRJJ\gamemodes\noix.pwn(1481) : error 018: initialization data exceeds declared size
PHP код:
Linha 1481 {"Juramento", "JURA", 5, {966.0323,387.0020,43.8142,153.8461}, COR_ADA, 0},
Re: Compilaзгo.. -
F1N4L - 20.03.2016
Excedeu o tamanho definido em uma variбvel.
ex:
new String[5];
format(String,
sizeof(String),
"abcdef");
Neste caso excedeu o limite de 5 cйlulas, ferifique sua variбvel e aumente seu limite.
Acredito q o que vc ta fazendo й algo como
new Exemplo[][] =
{
{EXEMPLO_1},
{EXEMPLO_2},
{EXEMPLO_3}
};
Poste o cуdigo inteiro dessa funзгo..
Re: Compilaзгo.. -
DaRoma - 20.03.2016
- estб linha {"Juramento", "JURA", 7, {966.0323,387.0020,43.8142,153.8461}, COR_ADA, 0},
- acho que estб maior que todas . olha com essa ta {"Mineira", "MNR", 5, {522.1967,133.9163,23.7945}, COR_ADA, 0},
Re: Compilaзгo.. -
DaRoma - 20.03.2016
- Consegui . obgd pela ajuda