11.12.2011, 14:35
pawn Код:
new StreetracersSpawn[][] =
// The [] is for the numbers. In that case you have 2 places and Float: X, Y, Z, Angle.
// So it's should be new StreetracersSpawn[2][4] =
// But I suggest you let it empty, because you can add more without change it
{
{-525.0, -502.0, 26.0, 0.0},
{-74.7, -1137.5, 4.5, 0.0}
};

