Advertisement
Guest User

NetRepeat

a guest
Jun 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. args = {...}
  2. if table.getn(args) ~= 2 then
  3.   print("NetRepeat By UDXS")
  4.   print("Error: Incorrect Usage")
  5.   print("Correct Format: \"NetRepeat <Modem1> <Modem2>\"")
  6.   return
  7. end
  8.  
  9. if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement