Advertisement
midou1451

Untitled

Aug 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. --[[
  2. Addon : StartRP Sounds
  3. By : SlownLS
  4. ]]
  5.  
  6. StartRP = StartRP or {}
  7. StartRP.Sounds = StartRP.Sounds or {}
  8.  
  9. -- Distance à la quel ont entend le son
  10. StartRP.Sounds.Distance = 250
  11.  
  12. -- Métier autorisé à envoyé un son
  13. StartRP.Sounds.Jobs = {
  14. ['[Donateur] TheKairi78'] = true,
  15. }
  16.  
  17. -- Liste des sons disponibles
  18. StartRP.Sounds.List = {
  19. [1] = {
  20. ['Name'] = "Je ne pencer pas sa de toi",
  21. ['Url'] = "http://midou.mtxserv.fr/Je%20Pensais%20Pas%20%C3%A7a%20De%20Toi.mp3",
  22. },
  23.  
  24. [2] = {
  25. ['Name'] = "PSG Les Khey",
  26. ['Url'] = "http://midou.mtxserv.fr/PSG%20les%20Kheys.mp3",
  27. }
  28.  
  29. [3] = {
  30. ['Name'] = "Sale Batard",
  31. ['Url'] = "http://midou.mtxserv.fr/Sale%20Batard%20(2).mp3",
  32. },
  33.  
  34. [4] = {
  35. ['Name'] = "Ta 28ans Pence a ton avenir",
  36. ['Url'] = "http://midou.mtxserv.fr/Ta%2028%20Ans.mp3",
  37. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement