24.08.2009, 22:14
Hi, ima new coder.. and when i was changing player spawn locations.. i got this.. 
C:\Users\Marc\Desktop\Samp Server\gamemodes\cdmaf.pwn(34) : error 052: multi-dimensional arrays must be fully initialized
C:\Users\Marc\Desktop\Samp Server\gamemodes\cdmaf.pwn(3
: error 052: multi-dimensional arrays must be fully initialized
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
What am i doing wrong?
Here is script:
new Float:gRandomPlayerSpawns[23][3] = {
{1958.3783,1343.1572,15.3746}
};
new Float:gCopPlayerSpawns[2][3] = {
{2297.1064,2452.0115,10.8203}
};

C:\Users\Marc\Desktop\Samp Server\gamemodes\cdmaf.pwn(34) : error 052: multi-dimensional arrays must be fully initialized
C:\Users\Marc\Desktop\Samp Server\gamemodes\cdmaf.pwn(3

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
What am i doing wrong?
Here is script:
new Float:gRandomPlayerSpawns[23][3] = {
{1958.3783,1343.1572,15.3746}
};
new Float:gCopPlayerSpawns[2][3] = {
{2297.1064,2452.0115,10.8203}
};