Advertisement
Keltcon

Sorteo

Nov 11th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. local aleatorio = {"Ganador 1", "Ganador 2", "Ganador 3", "Ganador 4"}
  2. print(aleatorio[math.random(#aleatorio)])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement