NovaKevin

sv_stm_taunts.lua - Default

Jan 13th, 2019
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.39 KB | None | 0 0
  1. TAUNTS_TABLE = {
  2.     ["categories"] = {
  3.         ["Billy Mays"] = {
  4.             ["sounds"] = {
  5.                 ["prophunt/props/18.wav"] = "Get on the ball!",
  6.                 ["prophunt/props/20.wav"] = "Are you on the ball?",
  7.                 ["prophunt/props/21.wav"] = "For only 19.99!",
  8.                 ["prophunt/props/22.wav"] = "And you'll never have to pour...",
  9.                 ["prophunt/props/23.wav"] = "I guarantee it",
  10.                 ["prophunt/props/24.wav"] = "It's new Oxiclean Detergent",
  11.                 ["prophunt/props/25.wav"] = "It's so easy, even your kids can do laundry",
  12.                 ["prophunt/props/26.wav"] = "So get on the ball!",
  13.                 ["prophunt/props/27.wav"] = "The Oxiclean Detergent ball",
  14.                 ["prophunt/props/28.wav"] = "Laundries just got easier"
  15.             }
  16.         },
  17.         ["Counter-Strike"] = {
  18.             ["sounds"] = {
  19.                 ["prophunt/negative.wav"] = "Negative",
  20.                 ["prophunt/oh_yea_he_will_pay.wav"] = "He will definitely pay",
  21.                 ["prophunt/threat_neutralized.wav"] = "Threat neutralized!"
  22.             }
  23.         },
  24.         ["Music"] = {
  25.             ["sounds"] = {
  26.                 ["prophunt/props/29.wav"] = "Running in the 90's",
  27.                 ["prophunt/props/31.mp3"] = "Bad boys",
  28.                 ["prophunt/props/32.mp3"] = "TEKKNO",
  29.                 ["prophunt/props/33.mp3"] = "Call on me",
  30.                 ["prophunt/props/34.mp3"] = "I am the one and only"
  31.             }
  32.         },
  33.         ["Misc"] = {
  34.             ["sounds"] = {
  35.                 ["prophunt/boom_headshot.wav"] = "Boom, Headshot!",
  36.                 ["prophunt/go_away_or_i_shall.wav"] = "Go away or I shall taunt you",
  37.                 ["prophunt/ill_be_back.wav"] = "I'll be back",
  38.                 ["prophunt/ok_i_will_tell_you.wav"] = "Muffin man",
  39.                 ["prophunt/please_come_again.wav"] = "Please come again",
  40.                 ["prophunt/what_is_wrong_with_you.wav"] = "What is wrong with you!?",
  41.                 ["prophunt/props/4.wav"] = "Vince with ShamWow!",
  42.                 ["prophunt/props/6.wav"] = "Over 9000",
  43.                 ["prophunt/props/7.wav"] = "LEEROY JENKINS",
  44.                 ["prophunt/props/9.wav"] = "This is SPARTA!",
  45.                 ["prophunt/props/12.wav"] = "What do you like to play? Pokemon!",
  46.                 ["prophunt/props/14.wav"] = "Wheeee!",
  47.                 ["prophunt/props/15.wav"] = "Snooping as usual, I see",
  48.                 ["prophunt/props/16.wav"] = "AAAAAAAAAAATATATATATATATA",
  49.                 ["prophunt/props/17.mp3"] = "Aaaaaahahahaha",
  50.                 ["prophunt/props/19.wav"] = "Car horns",
  51.                 ["prophunt/props/30.wav"] = "All military forces have been eliminated",
  52.                 ["prophunt/props/35.mp3"] = "Wololo",
  53.                 -- Custom
  54.                 ["custom/im_the_sneaky_man.mp3"] = "I'm the Sneaky Man"
  55.             }
  56.         },
  57.         ["Simpsons"] = {
  58.             ["sounds"] = {
  59.                 ["prophunt/doh.wav"] = "D'oh!",
  60.                 ["prophunt/woohoo.wav"] = "Woohoo!"
  61.             }
  62.         },
  63.         ["Star Wars"] = {
  64.             ["sounds"] = {
  65.                 ["prophunt/hunters/you_dont_know_the_power.wav"] = "You don't know the power of the dark side",
  66.                 ["prophunt/hunters/you_underestimate_the_power.wav"] = "You underestimate the power of the dark side"
  67.             }
  68.         }
  69.     }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment