Need help about scripting
#2

You should ask in the gamemodes topic.

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
};
Wrong;
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
};
Reply


Messages In This Thread
Need help about scripting - by bakari - 11.01.2012, 18:33
Re: Need help about scripting - by Psymetrix - 11.01.2012, 18:40
Re: Need help about scripting - by bakari - 11.01.2012, 18:58
Re: Need help about scripting - by Psymetrix - 11.01.2012, 19:24
Re: Need help about scripting - by Snowman12 - 11.01.2012, 20:02

Forum Jump:


Users browsing this thread: 2 Guest(s)