Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shell.run("xApix")
- function main()
- drawMenu()
- printOption(5, "Rejestracja", 1)
- printOption(6, "Logowanie", 2)
- --printOption(7, "", 3)
- local wybor = getInput("Twoj wybor: ")
- if wybor == "1" then
- rejestracja()
- elseif wybor == "2" then
- edytujReklame()
- --elseif wybor == "3" then
- -- usunReklame()
- else
- main()
- end
- end
- main()
Advertisement
Add Comment
Please, Sign In to add comment