Skip to content

Instantly share code, notes, and snippets.

@ConnorMcF
Created November 20, 2015 21:04
Show Gist options
  • Save ConnorMcF/e3bab5bf73107c877fc0 to your computer and use it in GitHub Desktop.
Save ConnorMcF/e3bab5bf73107c877fc0 to your computer and use it in GitHub Desktop.
-- insecuritiesintensify.mp3
DarkRP.setChatSound("insecuritiesintensify", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("insecurities intensify", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("wordscantbringmedown", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("words cant bring me down", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("insecure", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("in-secure", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("nomatterwhattheysay", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("no matter what they say", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("insecuritiesintensify.mp3", {"insecuritiesintensify.mp3"})
-- itcrowd.mp3
DarkRP.setChatSound("999", {"itcrowd.mp3"})
DarkRP.setChatSound("0118", {"itcrowd.mp3"})
DarkRP.setChatSound("itcrowd.mp3", {"itcrowd.mp3"})
-- nice.mp3
DarkRP.setChatSound("noice", {"nice.mp3"})
DarkRP.setChatSound("nice.mp3", {"nice.mp3"})
-- roasted.mp3
DarkRP.setChatSound("roasted", {"roasted.mp3"})
DarkRP.setChatSound("roasted.mp3", {"roasted.mp3"})
-- youjustgotpranked.mp3
DarkRP.setChatSound("itwasjustaprank", {"youjustgotpranked.mp3"})
DarkRP.setChatSound("it was just a prank", {"youjustgotpranked.mp3"})
DarkRP.setChatSound("pranked", {"youjustgotpranked.mp3"})
DarkRP.setChatSound("youjustgotpranked.mp3", {"youjustgotpranked.mp3"})
-- nobodygivesashit.mp3
DarkRP.setChatSound("nobody gives a shit", {"nobodygivesashit.mp3"})
DarkRP.setChatSound("noone cares", {"nobodygivesashit.mp3"})
DarkRP.setChatSound("idc", {"nobodygivesashit.mp3"})
DarkRP.setChatSound("nobody cares", {"nobodygivesashit.mp3"})
DarkRP.setChatSound("nobodygivesashit.mp3", {"nobodygivesashit.mp3"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment