11.01.2012, 18:40
You should ask in the gamemodes topic.
Make sure your last coordinates don't end with a comma and the rest do.
Correct;
Wrong;
Make sure your last coordinates don't end with a comma and the rest do.
Correct;
pawn Код:
new ASpawnLocationsTrucker[][TSpawnLocation] =
{
{-525.0, -502.0, 26.0, 0.0}, // Fallen Tree Depot
{-74.7, -1137.5, 4.5, 0.0} // Flint Trucking Depot
};
pawn Код:
new ASpawnLocationsTrucker[][TSpawnLocation] =
{
{-525.0, -502.0, 26.0, 0.0}, // Fallen Tree Depot
{-74.7, -1137.5, 4.5, 0.0}, // Flint Trucking Depot
};