15.04.2015, 23:43
The lines he to end with a comma, So it'd be:
if that doesn't fix it... Show me that functions you use their. (I don't even think you can do that so I think thats the issue.)
pawn Код:
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}
};