why did this happen ? i cant fix it ?
#18

Quote:
Originally Posted by DaRulz
b) Do not bump
Some people apparently think they are important enough to bump their own topic after 10 minutes.
You can bump topics when the last reply is at least 12 hours old. (this means you cannot post twice yourself, use the "modify" buttom)
And please, you could've solved your errors by searching a bit and learning. So, search for "multi-dimensional arrays must be fully initialized".

Anyway, my fix would be:
pawn Код:
new Float:ZoneLocations[][] = {
    {2193.39, -1926.622, 2590.068, -1448.945},
    {2010.854, -1448.945, 2590.068, -1058.119},
    {1807.184, -1926.622, 2193.39, -1448.945},
    {1075.356, -1885.622, 1424.182, -1390.99},
    {2590.068, -1673.966, 2927.337, -1058.119},
    {1424.182, -1885.622, 1807.184, -1448.945},
    {2079.305, -2312.000, 2547.053, -1926.622},
    {1424.182,-1448.945,1862.935,-1044.718},
    {765.8739, -1885.622, 1075.356, -1390.99},
    {2374.551,-2677.546,2847.865,-2312.000},
    {2547.053, -2312.000, 2927.337, -1926.622},
    {1862.935,-1448.945,2010.854,-1044.718},
    {765.8739, -1390.99, 1075.356, -1044.718},
    {1075.356, -1390.99, 1424.182, -1044.718}
};
Ohh, and remember to change:
pawn Код:
#define MAX_ZONES 100 // change 100 to 14, because there are just 14 zones
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)