Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. require("roc")
  2.  
  3. concommand.Add("lua_run_client", function(ply, cmd, args, txt)
  4. RunOnClient(txt)
  5. end)
  6.  
  7. concommand.Add("lua_run_client_file", function(ply, cmd, args, txt)
  8. RunOnClient(file.Read(txt, "lsv"))
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement