Fraeric123

dial

Dec 22nd, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. --
  2. --   Dial an address
  3. --
  4. --   Usage:
  5. --      dial <address>
  6. --
  7.  
  8. dofile("config")
  9. dofile("compat")
  10. args = {...}
  11.  
  12. function main()
  13.   sg.dial(args[1])
  14. end
  15.  
  16. try(main)
  17.  
Advertisement
Add Comment
Please, Sign In to add comment