Compile Errors - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Compile Errors (
/showthread.php?tid=120872)
Compile Errors -
icorne - 13.01.2010
Lines:
new Float:RandomSpawn[2][4] =
{
{1893.1307,-2328.7637,13.5469,87.2745}
};
Error:
C:\Documents and Settings\Administrator\Bureaublad\Warserver\gamemo des\grandlarc.pwn(12) : error 052: multi-dimensional arrays must be fully initialized
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Can anyone fix it please? I know its not a big error. something in that lines. Line 12 but i replaced ] with }
Re: Compile Errors -
icorne - 13.01.2010
Anyone?
Re: Compile Errors -
Babul - 13.01.2010
add one more set of 4 floats, or modify the [2] to [1]