01.08.2015, 18:57
Since you added a string, you must add a third [] for it.
pawn Код:
new Items[][][] =
{
{400, 520, 100, "Landstalker", 15},
{424, 520, 100, "BF Injection", 17},
{412, 530, 100, "Voodoo", 23},
{534, 530, 100, "Remington", 34}
};