Advertisement
Thommen13

Untitled

Jan 30th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. "Models"
  2. {
  3. "MOD_TAG" "ADEPT" // TAG Pokazywany na czacie / w menu
  4. "arms_enabled" "1" // włącza wyłącza ustawianie rąk
  5. "show_in_menu" "1" // Jeżeli gracz nie ma danej flagi czy ma pokazywać mu tą kategorię? 1 - tak 0 - nie
  6. "no_category" "1" // Jeżeli jest tylko jedna kategoria to nie wyskoczy jej wybór tylko od razu modele (jeżeli są pod flagę będą niemożliwe do wybrania przez graczy bez flagi)
  7.  
  8. "VIP" // Nazwa grupy pokazanej w menu
  9. {
  10. "flag" "a" // Flaga, którą gracz musi mieć aby ustawić model z tej grupy. Puste pole oznacza, że każdy może ustawić model z tej grupy
  11. // Można również podać STEAMID i grupa będzie przeznaczona tylko i wyłącznie dla osoby z danym STEAMID (Grupy pod STEAMID są wyświetlane tylko osobie z tym STEAMID)
  12.  
  13. "CT GIGN CS:S"
  14. {
  15. "model" "models/player/custom_player/eminem/css/ct_gign.mdl"
  16. "arms" "models/player/custom_player/eminem/css/v_arms.mdl"
  17. "team" "BOTH" // [CT/TT/BOTH]
  18. }
  19. "TT Leet CS:S"
  20. {
  21. "model" "models/player/custom_player/eminem/css/t_leet.mdl"
  22. "arms" "models/player/custom_player/eminem/css/v_arms.mdl"
  23. "team" "BOTH"
  24. }
  25. "Choi"
  26. {
  27. "model" "models/player/custom_player/kuristaja/cso2/choi/choi.mdl"
  28. "arms" "models/player/custom_player/kuristaja/cso2/choi/choi_arms.mdl"
  29. "team" "BOTH"
  30. }
  31. "Emma"
  32. {
  33. "model" "models/player/custom_player/kuristaja/cso2/emma/emma.mdl"
  34. "arms" "models/player/custom_player/kuristaja/cso2/emma/emma_arms.mdl"
  35. "team" "BOTH"
  36. }
  37. "Leet"
  38. {
  39. "model" "models/player/custom_player/kuristaja/cso2/leet/leet.mdl"
  40. "arms" "models/player/custom_player/kuristaja/cso2/leet/leet_arms.mdl"
  41. "team" "BOTH"
  42. }
  43. "Leet"
  44. {
  45. "model" "models/player/custom_player/kuristaja/cso2/mila/mila.mdl"
  46. "arms" "models/player/custom_player/kuristaja/cso2/mila/mila_arms.mdl"
  47. "team" "BOTH"
  48. }
  49. "Trump"
  50. {
  51. "model" "models/player/custom_player/kuristaja/trump/trump.mdl"
  52. "arms" "models/player/custom_player/kuristaja/trump/trump_arms.mdl"
  53. "team" "BOTH"
  54. }
  55. "Grant"
  56. {
  57. "model" "models/player/custom_player/kuristaja/otwd/grant/grant.mdl"
  58. "arms" "models/player/custom_player/kuristaja/otwd/grant/grant_arms.mdl"
  59. "team" "BOTH"
  60. }
  61. "Bridger"
  62. {
  63. "model" "models/player/custom_player/kuristaja/otwd/bridger/bridger.mdl"
  64. "arms" "models/player/custom_player/kuristaja/otwd/bridger/bridger_arms.mdl"
  65. "team" "BOTH"
  66. }
  67. "Harry Potter"
  68. {
  69. "model" "models/player/custom_player/kuristaja/harry_potter/harry.mdl"
  70. "arms" "models/player/custom_player/kuristaja/harry_potter/harry_arms.mdl"
  71. "team" "BOTH"
  72. }
  73.  
  74. }
  75.  
  76. "Gracz" // Nazwa grupy pokazanej w menu
  77. {
  78. "flag" ""
  79. "Batman"
  80. {
  81. "model" "models/player/custom_player/kuristaja/ak/batman/batmanv2.mdl"
  82. "arms" "models/player/custom_player/kuristaja/ak/batman/batman_arms.mdl"
  83. "team" "BOTH"
  84. }
  85. "Arctic"
  86. {
  87. "model" "models/player/custom_player/kuristaja/cso2/arctic/arctic.mdl"
  88. "arms" "models/player/custom_player/kuristaja/cso2/arctic/arctic_arms.mdl"
  89. "team" "BOTH"
  90. }
  91. }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement