20.09.2009, 00:10
Hey guys sorry for asking alot of questions.
I am making some spawns and i had an error which is this :
This is my script
(can you tell me what [7] and [3] means pls? xD
I am making some spawns and i had an error which is this :
Код:
C:\Documents and Settings\Desktop\Server\gamemodes\Hawk.pwn(41) : error 052: multi-dimensional arrays must be fully initialized Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
new Float:gRandomPlayerSpawns[7][3] = {
{1884.3619,-2400.3230,13.5547},
{1880.1267, -3790.6748, 6.4682},
{1561.6987,-2935.8010,4.9565},
{1970.5021 ,-2247.2249, 13.5469}
};

