Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. filter:
  2. {
  3. "classname" "func_breakable"
  4. }
  5.  
  6. modify:
  7. {
  8. match:
  9. {
  10. "targetname" "thing"
  11. }
  12. replace:
  13. {
  14. "origin" "123 456 789"
  15. }
  16. }
  17.  
  18. modify:
  19. {
  20. match:
  21. {
  22. "classname" "func_brush"
  23. }
  24. insert:
  25. {
  26. "spawnflags" "1234"
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement