Help please
#1

I must of fucked up somewhere when I was editing the locations on my random fire script, its worked fine before but when I changed the XYZ floats I get 1 array error.


error : FCRP.pwn(252) : error 052: multi-dimensional arrays must be fully initialized



script (line 252 is the last line the "};"
pawn Код:
new Float:RandomFireSpawns[23][3] = { // fix find me
{-311.2766,1303.8356,53.6643}, //Big ear, TAU HQ
{-221.5538,973.7813,22.2833}, // Bone County Sheriff's Dew
{1070.8555,1333.6355,10.8428}, // bloodz club
{172.9001,1177.2408,14.7578}, // burgershot
{663.5099,1716.9221,7.1875}, // 24/7, GAS STATION
{-788.8998,2747.1206,48.2556}, // motel, el shit
{-97.3528,1082.2296,22.7896}, //construction site, caint int
{-155.1926,1076.1039,23.7280}, // structure fire, tow truck co., main st
{-12.3983,975.1738,19.8024}, //house, low st
{540.1009,1561.3654,1.7375},        // wood fire, octane springs
{290.7522,2438.6460,16.7373},       // old plane fire
{247.2403,1409.8419,23.3750},       // oil place
{-96.1401,1363.0580,12.3003},        // lil probe in
{-179.1866,1133.2745,19.7422},      //fc bank
{1070.8555,1333.6355,10.8428},       // Bloodz Club House, Fort Carson (Building Opposite Town Hall)
{300.3555,1141.4111,9.1375},         //Farm house
{2406.6174,-1896.6941,13.3828},      // Quarry Road, Route 207 near Construction Site
{-260.0127,1075.8793,20.9399},       // House Fire, West ST, Fort Carson
{-218.2274,1165.0530,21.3111},       // Bin Fire, Town Hall
{-430.3293,2241.8511,46.3632}, //Ghost Town
{-430.3293,2241.8511,46.3632}, //Ghost Town
{-144.1281,1224.7939,19.8992}  //King Ring Donuts, Sherbune RD.
};
the script before I edited it

pawn Код:
new Float:RandomFireSpawns[23][3] = { // fix find me
{1246.3032,-1258.6146,13.1686}, // Construction site north of Saints Hospital, Market.
{1283.5951,-1158.3850,23.8281}, // Legal Cinemas main building east of Caligulas Casino, Market.
{1005.8069,-936.9938,42.3281}, // Gas station, Mullholland
{2690.9910,-1697.3414,10.4163}, // Los Santos stadium, East Beach
{2772.7244,-2417.6755,13.6527}, // Docks storage warehouse, Ocean Docks
{1959.0417,-2185.4507,13.5469}, // Airport, Los Santos International
{814.1316,-1620.3979,13.5469}, // Burger Shot, Marina
{644.8338,-1354.0581,13.5528}, // SANN News building, Rodeo.
{2214.4619,-2231.4561,13.5469}, // Willowfield Garage, Ocean Docks
{1734.8070,-1265.9536,13.5424}, // Bank, Downtown Los Santos
{871.9537,-1241.1331,15.2412},      // Fire-A stage entreprise, Vinewood.
{1205.9133,-1747.1085,13.5928},         // Fire-Conference Center
{1363.5985,-1279.0619,13.5469},         // Fire-Ammu-Nation, Market.
{2854.7681,-1531.4664,11.0938},      // Fire-Sprunk Incorprated Inc., East Beach.
{547.1200,-1425.8636,16.1252},      // Fire-Kevin Clone, Rodeo.
{1118.7566,-1371.9979,13.9844},      // Fire-Papercuts Inc., near the All Saints Hospital, Market.
{2094.5903,-1806.8096,13.5507},      // Fire-The Well Stacked Pizza co., Idlewood.
{2406.6174,-1896.6941,13.3828},      // Fire-Cluckin' Bell, Willowfield.
{1458.8329,-1141.5847,24.0538},      // Fire-ZIP in Downtown Los Santos
{2312.1692,-1649.8622,14.3719},      // Fire-The Green Bottles Bar- Ganton
{1471.6718,-904.2678,54.8836}, //House Fire Mullholland
{1536.8644,-807.9255,72.2175}, //House Fire Mullholland
{1520.6608,-761.2682,84.9912}  //Garage Fire Mullholland
};
Reply
#2

Just remove the 23 in the initialization (so you get empty brackets []).
Reply
#3

paste this

pawn Код:
new Float:RandomFireSpawns[22][3] = { // fix find me
{-311.2766,1303.8356,53.6643}, //Big ear, TAU HQ
{-221.5538,973.7813,22.2833}, // Bone County Sheriff's Dew
{1070.8555,1333.6355,10.8428}, // bloodz club
{172.9001,1177.2408,14.7578}, // burgershot
{663.5099,1716.9221,7.1875}, // 24/7, GAS STATION
{-788.8998,2747.1206,48.2556}, // motel, el shit
{-97.3528,1082.2296,22.7896}, //construction site, caint int
{-155.1926,1076.1039,23.7280}, // structure fire, tow truck co., main st
{-12.3983,975.1738,19.8024}, //house, low st
{540.1009,1561.3654,1.7375},        // wood fire, octane springs
{290.7522,2438.6460,16.7373},       // old plane fire
{247.2403,1409.8419,23.3750},       // oil place
{-96.1401,1363.0580,12.3003},        // lil probe in
{-179.1866,1133.2745,19.7422},      //fc bank
{1070.8555,1333.6355,10.8428},       // Bloodz Club House, Fort Carson (Building Opposite Town Hall)
{300.3555,1141.4111,9.1375},         //Farm house
{2406.6174,-1896.6941,13.3828},      // Quarry Road, Route 207 near Construction Site
{-260.0127,1075.8793,20.9399},       // House Fire, West ST, Fort Carson
{-218.2274,1165.0530,21.3111},       // Bin Fire, Town Hall
{-430.3293,2241.8511,46.3632}, //Ghost Town
{-430.3293,2241.8511,46.3632}, //Ghost Town
{-144.1281,1224.7939,19.8992}  //King Ring Donuts, Sherbune RD.
};
Reply
#4

No, I accidently deleted a line. Fixed
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)