new FurnitureArray[][e_furn] =
{
//
// Model, name, cost, storable, wepslots
//
{2290, GetFurniName(2290), InfPrice(100), 0, 0}
{14490, GetFurniName(14490), InfPrice(200), 0, 0}
{1794, GetFurniName(1794), InfPrice(700), 1, 1}
{2306, GetFurniName(2306), InfPrice(125), 1, 1}
{2073, GetFurniName(2073), InfPrice(100), 0, 0}
{1734, GetFurniName(1734), InfPrice(130), 0, 0}
{2100, GetFurniName(2100), InfPrice(800), 0, 0}
{14527, GetFurniName(14527), InfPrice(80), 0, 0}
};
new FurnitureArray[][e_furn] =
{
//
// Model, name, cost, storable, wepslots
//
{2290, GetFurniName(2290), InfPrice(100), 0, 0},
{14490, GetFurniName(14490), InfPrice(200), 0, 0},
{1794, GetFurniName(1794), InfPrice(700), 1, 1},
{2306, GetFurniName(2306), InfPrice(125), 1, 1},
{2073, GetFurniName(2073), InfPrice(100), 0, 0},
{1734, GetFurniName(1734), InfPrice(130), 0, 0},
{2100, GetFurniName(2100), InfPrice(800), 0, 0},
{14527, GetFurniName(14527), InfPrice(80), 0, 0}
};
new FurnitureArray[][e_furn] =
{
//
// Model, name, cost, storable, wepslots
//
{2290, GetFurniName(2290), InfPrice(100), 0, 0},
{14490, GetFurniName(14490), InfPrice(200), 0, 0},
{1794, GetFurniName(1794), InfPrice(700), 1, 1},
{2306, GetFurniName(2306), InfPrice(125), 1, 1},
{2073, GetFurniName(2073), InfPrice(100), 0, 0},
{1734, GetFurniName(1734), InfPrice(130), 0, 0},
{2100, GetFurniName(2100), InfPrice(800), 0, 0},
{14527, GetFurniName(14527), InfPrice(80), 0, 0}
};
I added the commas and it made no difference!
You were right it's the functions, thanks a lot. |