13.01.2010, 18:18
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 }
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 }