Guest User

Untitled

a guest
Jul 16th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if (tonumber(numg)) and (tonumber(numg) >= 0) and (math.floor(tonumber(numg)) == tonumber(numg)) then
  2. --the function (working well)
  3. elseif tonumber(numg) > 30 then
  4.  
  5. message.channel:send("Muitos CPFs, por favor, insira um número menor")
  6.  
  7. else
  8.  
  9. message.channel:send("Insira parâmetros válidos")
  10.  
  11. end
Add Comment
Please, Sign In to add comment