DEv0on

Untitled

Nov 11th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. shell.run("xApix")
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. function main()
  10. drawMenu()
  11. printOption(5, "Rejestracja", 1)
  12. printOption(6, "Logowanie", 2)
  13. --printOption(7, "", 3)
  14.  
  15. local wybor = getInput("Twoj wybor: ")
  16. if wybor == "1" then
  17. rejestracja()
  18. elseif wybor == "2" then
  19. edytujReklame()
  20. --elseif wybor == "3" then
  21. -- usunReklame()
  22. else
  23. main()
  24. end
  25. end
  26.  
  27. main()
Advertisement
Add Comment
Please, Sign In to add comment