equal
deleted
inserted
replaced
1275 for i = 0, (numTeams-1) do |
1275 for i = 0, (numTeams-1) do |
1276 if teamScore[i] < 100000 then |
1276 if teamScore[i] < 100000 then |
1277 DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i]) |
1277 DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i]) |
1278 end |
1278 end |
1279 end |
1279 end |
|
1280 |
|
1281 if fastCount > 0 then |
|
1282 StartGhostPoints(fastCount) |
|
1283 |
|
1284 for i = 0, (fastCount - 1) do |
|
1285 DumpPoint(fastX[i], fastY[i]) |
|
1286 end |
|
1287 end |
|
1288 |
1280 end |
1289 end |
1281 |
1290 |
1282 function onAmmoStoreInit() |
1291 function onAmmoStoreInit() |
1283 |
1292 |
1284 SetAmmo(amSkip, 9, 0, 0, 0) |
1293 SetAmmo(amSkip, 9, 0, 0, 0) |