Advertisement
Guest User

dsfqsfqsfsf

a guest
Nov 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. weaponsConfig = {
  2. ["Bombe collante"] = {
  3. price = 4000,
  4. model = "models/weapons/w_c4.mdl",
  5. ent = "weapon_sh_doorcharge"
  6. },
  7.  
  8. ["Flashbang"] = {
  9. price = 1600,
  10. model = "models/shenesis/w_flashbang.mdl",
  11. ent = "weapon_sh_flashbang"
  12. },
  13.  
  14. ["Glock-20"] = {
  15. price = 2800,
  16. model = "models/weapons/tfa_nmrih/w_fa_glock17.mdl",
  17. ent = "tfa_nmrih_g17"
  18. },
  19.  
  20. ["Beretta M92"] = {
  21. price = 3000,
  22. model = "models/weapons/tfa_nmrih/w_fa_m92fs_npc.mdl",
  23. ent = "tfa_nmrih_m92fs"
  24. },
  25.  
  26. ["Magnum"] = {
  27. price = 4000,
  28. model = "models/weapons/tfa_nmrih/w_fa_sw686.mdl",
  29. ent = "tfa_nmrih_sw686"
  30. },
  31.  
  32. ["AK-47"] = {
  33. price = 10000,
  34. model = "models/weapons/tfa_nmrih/w_fa_cz858.mdl",
  35. ent = "tfa_nmrih_cz"
  36. },
  37.  
  38. ["M16"] = {
  39. price = 9000,
  40. model = "models/weapons/tfa_nmrih/w_fa_m16a4_carryhandle.mdl",
  41. ent = "tfa_nmrih_m16_ch"
  42. },
  43.  
  44. ["FN FAL"] = {
  45. price = 9500,
  46. model = "models/weapons/tfa_nmrih/w_fa_fnfal.mdl",
  47. ent = "tfa_nmrih_fal"
  48. },
  49.  
  50. ["MAC 10"] = {
  51. price = 6000,
  52. model = "models/weapons/tfa_nmrih/w_fa_mac10.mdl",
  53. ent = "tfa_nmrih_mac10"
  54. },
  55.  
  56. ["MP5"] = {
  57. price = 6800,
  58. model = "models/weapons/tfa_nmrih/w_fa_mp5.mdl",
  59. ent = "tfa_nmrih_mp5"
  60. },
  61.  
  62. ["Mosserg 500A"] = {
  63. price = 8500,
  64. model = "models/weapons/tfa_nmrih/w_fa_500a.mdl",
  65. ent = "tfa_nmrih_500a"
  66. },
  67.  
  68. ["Sako 85"] = {
  69. price = 12000,
  70. model = "models/weapons/tfa_nmrih/w_fa_sako85.mdl",
  71. ent = "tfa_nmrih_sako"
  72. },
  73.  
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement