Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. args={...}
  2.  
  3. if #args == null or #args > 1 then
  4. print("Parametros incorrectos. Consulte el comando info")
  5. elseif args[1] < 1 or args[1] > 108 then
  6. print("bien")
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement