Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. modify:
  2. {
  3. delete:
  4. {
  5. "OnMapSpawn" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  6. "OnNewGame" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  7. "OnMultiNewMap" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  8. "OnTrigger" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  9. "OnStartTouch" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  10. "OnEndTouch" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  11. "OnBreak" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  12. "OnHitMax" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  13. "OnLessThan" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  14. "OnEqualTo" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  15. "OnTimer" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  16. "OnEntitySpawned" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  17. "OnPressed" "/(?i)^(?=([^\x1b,]+(?<sep>[\x1b,])Command(?P=sep)(?!sv_maxvelocity\s))).*/"
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement