AYUDA CON ESTO PORFAVOR! - 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: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: AYUDA CON ESTO PORFAVOR! (
/showthread.php?tid=612524)
AYUDA CON ESTO PORFAVOR! -
Elian42 - 18.07.2016
Hoa, Porque me sale este Error:
PHP код:
error 018: initialization data exceeds declared size
Es es esta zona el error:
PHP код:
new Float:bazucapos[7][7] = {
{2172.7229,1676.7404,10.8203},
{-1969.0431,-2438.8250,30.6250},
{2275.7676,2460.5181,10.8203},
{-312.0327,1538.8311,75.5625},
{-2391.0110,2216.2229,4.9844},
{-1979.1787,469.3754,35.1719},
{1480.0548,-1638.8214,14.1484},
};
Respuesta: AYUDA CON ESTO PORFAVOR! -
Zume - 18.07.2016
PHP код:
new Float:bazucapos[][3] = {
{2172.7229, 1676.7404, 10.8203},
{-1969.0431, -2438.8250, 30.6250},
{2275.7676, 2460.5181, 10.8203},
{-312.0327, 1538.8311, 75.5625},
{-2391.0110, 2216.2229, 4.9844},
{-1979.1787, 469.3754, 35.1719},
{1480.0548, -1638.8214, 14.1484}
};