Advertisement
Guest User

plugins-zp50_ammopacks.ini

a guest
Aug 27th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. ; ZP 5.0 / Module Version
  2. ; -----------------------
  3.  
  4.  
  5. ; Engine
  6. zm_vip.amxx ; VIP
  7. zp50_core.amxx
  8. zp_countdown_zp5.0.amxx ; odliczanie do infekcji
  9.  
  10.  
  11. ; APIs
  12.  
  13. amx_settings_api.amxx
  14. cs_player_models_api.amxx
  15. cs_teams_api.amxx
  16. cs_maxspeed_api.amxx
  17. cs_weap_models_api.amxx
  18. cs_weap_restrict_api.amxx
  19. cs_ham_bots_api.amxx
  20.  
  21.  
  22. ; Classes
  23.  
  24. zp50_class_zombie.amxx
  25. zp50_class_human.amxx
  26. zp50_class_nemesis.amxx
  27. zp50_class_survivor.amxx
  28.  
  29.  
  30. ; Zombie Classes
  31.  
  32. zp50_class_zombie_classic.amxx ; Zwykly zarazony
  33. zp_zclass_witch2.amxx ; Witch
  34. zp_zclass_infecter_zombie.amxx ; Samobojca
  35. zp_zclass_lockerz.amxx ; Elektryczny
  36. zp50_class_zombie_leech.amxx ; Wampir
  37. zp_zombie_respawn.amxx ; Umarly
  38. zp_zclass_hunter_zombie.amxx ; Hunter
  39.  
  40. ; Human Classes
  41.  
  42. zp50_class_wojskowy.amxx ; Wojskowy
  43. zp50_class_human_classic.amxx ; US Marine
  44. zp50_class_human_raptor.amxx ; Szturmowiec
  45. zp50_class_kaskader.amxx ; Kaskader
  46.  
  47.  
  48. ; This must come before game modes for armor protection to work properly
  49. zp50_human_armor.amxx
  50.  
  51.  
  52. ; Game Modes Manager
  53.  
  54. zp50_gamemodes.amxx
  55.  
  56.  
  57. ; Game Modes
  58.  
  59. zp50_gamemode_infection.amxx
  60. zp50_gamemode_multi.amxx
  61. zp50_gamemode_swarm.amxx
  62. zp50_gamemode_nemesis.amxx
  63. zp50_gamemode_survivor.amxx
  64. zp50_gamemode_plague.amxx
  65. zp50_gamemode_armageddon.amxx
  66.  
  67.  
  68. ; Items Manager
  69.  
  70. zp50_items.amxx
  71. zp50_items_ammopacks.amxx
  72.  
  73.  
  74. ; Extra Items
  75.  
  76. zp50_item_weapons.amxx
  77. zp50_item_nightvision.amxx
  78. zp50_item_antidote.amxx
  79. zp50_item_zombie_madness.amxx
  80. zp50_item_infection_bomb.amxx
  81.  
  82. ; Admin
  83.  
  84. zp50_admin_commands.amxx
  85. zp50_admin_menu.amxx
  86. zp50_admin_models.amxx
  87.  
  88.  
  89. ; Buying
  90.  
  91. zp50_buy_menus.amxx
  92. zp50_buy_zones.amxx
  93.  
  94.  
  95. ; Rewards
  96.  
  97. zp50_rewards_ammopacks.amxx
  98. zp50_rewards_frags_hp.amxx
  99.  
  100.  
  101. ; Deathmatch
  102.  
  103. zp50_deathmatch.amxx
  104. zp50_random_spawn.amxx
  105. zp50_spawn_protection.amxx
  106.  
  107.  
  108. ; Zombie/Human Features
  109.  
  110. zp50_zombie_features.amxx
  111. zp50_zombie_sounds.amxx
  112. zp50_zombie_damage.amxx
  113. zp50_human_ammo.amxx
  114.  
  115.  
  116. ; Custom Features
  117.  
  118. zp50_flashlight.amxx
  119. zp50_nightvision.amxx
  120. zp50_leap.amxx
  121. zp50_painshockfree.amxx
  122. zp50_knockback.amxx
  123. zp50_weapon_drop_strip.amxx
  124.  
  125.  
  126. ; Effects
  127.  
  128. zp50_effects_infect.amxx
  129. zp50_effects_cure.amxx
  130. zp50_effects_lighting.amxx
  131. zp50_ambience_effects.amxx
  132. zp50_ambience_sounds.amxx
  133.  
  134.  
  135. ; Gameplay / Other
  136.  
  137. zp50_main_menu.amxx
  138. zp50_objective_remover.amxx
  139. zp50_gameplay_fixes.amxx
  140. zp50_team_scoring.amxx
  141. zp50_hud_info.amxx
  142. zp50_serverbrowser_info.amxx
  143. zp50_ammopacks.amxx
  144.  
  145.  
  146. ; Custom grenades
  147.  
  148. zp50_grenade_fire.amxx
  149. zp50_grenade_frost.amxx
  150. zp50_grenade_flare.amxx
  151.  
  152.  
  153. ; ZP 4.3 Subplugin Compatibility
  154.  
  155. zp50_zp43_compat.amxx
  156.  
  157. ; Subplugins
  158. zp_extra_human_armor.amxx ; extra item - armor
  159. zp_informer.amxx ; Info o pozostalym czasie do przetrwania dla ludzi / ilosci ludzi dla zombie
  160. zp_knife_knockback_new.amxx ; odrzut z kosy
  161. zp_extra_lasermine.amxx ; extra item - laser miny
  162. zp_zkill_bomb_v1-2.amxx ; extra item - zabijajaca bomba
  163. Kit_damage.amxx ; extra item - ocaleniec
  164. zm_vip_extra_playeraura.amxx ; extra item tylko dla vipow - aura dla gracza
  165. zm_vip_extra_adv_antidotegun.amxx ; extra item tylko dla vipow - antidotegun
  166. zp_class_limiter.amxx ; limit wyboru okreslonej klasy
  167. zm_vip_extra_unlimited_clip.amxx ; extra item - ammo bez przeladowania
  168. zm_vip_extra_weapons.amxx ; extra item tylko dla vipow - wieksze dmg z roznych broni
  169. zp_extra_invisible.amxx ; extra item - niewidzialnosc
  170. zp_addon_show_health.amxx ; pokazywanie hp nemesisa/survivora
  171. zp_corpse.amxx ; wysysanie HP z cial zmarlych
  172. zp_addon_ldp.amxx ; ochrona przed niszczeniem laserow przez ludzi
  173. zp_extra_regeneration.amxx ; extra item - regeneracja
  174. zp_addon_classes_in_chat.amxx ; opisy typu [zombie], [human] przy nickach w chacie
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement