Guest User

Untitled

a guest
Jul 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. if (i < 2) {
  2. ticketComboBox.addItem("<div><div style=\"float: right;\">Gagnez " +
  3. TICKETS[i][1] + " jours de Premium !&nbsp;</div>Ticket à " +
  4. Formatter.formatNumber(TICKETS[i][0], true) +
  5. " " + Utilities.getCreditsImage() + "</div>");
  6. } else {
  7. ticketComboBox.addItem("<div><div style=\"float: right;\">Gagnez " +
  8. TICKETS[i][1] + "% d'XP!&nbsp;</div>Ticket à " +
  9. Formatter.formatNumber(TICKETS[i][0], true) +
  10. " " + Utilities.getCreditsImage() + "</div>");
  11. }
Add Comment
Please, Sign In to add comment