equal
deleted
inserted
replaced
209 function win() |
209 function win() |
210 saveBonus(1, 1) |
210 saveBonus(1, 1) |
211 SendStat('siGameResult', loc("Congratulations, you are the best!")) --1 |
211 SendStat('siGameResult', loc("Congratulations, you are the best!")) --1 |
212 SendStat('siCustomAchievement', loc("You have destroyed all the targets")) --11 |
212 SendStat('siCustomAchievement', loc("You have destroyed all the targets")) --11 |
213 SendStat('siCustomAchievement', loc("You are indeed the best PAotH pilot")) --11 |
213 SendStat('siCustomAchievement', loc("You are indeed the best PAotH pilot")) --11 |
|
214 SendStat('siCustomAchievement', loc("Next you play \"Searching in the dust\" you'll have an RC plane available")) --11 |
214 SendStat('siPlayerKills','1',teamA.name) |
215 SendStat('siPlayerKills','1',teamA.name) |
215 EndGame() |
216 EndGame() |
216 end |
217 end |
217 |
218 |
218 function gameOver() |
219 function gameOver() |