Advertisement
Guest User

zm_vip.cfg

a guest
Aug 13th, 2019
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. //--------------------------------
  2. // ZM_VIP v1.7.2 cvars file
  3. // Author: aaarnas
  4. //--------------------------------
  5. // Changes loads only on server mapchange/restart/start.
  6.  
  7. // Base plugin cvars
  8.  
  9. zp_vip_jumps 1 // How many jumps can player do in air.
  10. zp_vip_allow_jump abcd // Allow multi-jump: a-human. b-zombie, c-survivor, d-nemesis. Write letters of classes witch you want to affect.
  11. zp_vip_armor 55 // How much armour humans gets every spawn, [0-off]
  12. zp_vip_killammo 1 // Extra ammo for kills [zombies and humans], [0-off]
  13. zp_vip_infectammo 1 // Extra ammo for infecting humans [zombies], [0-off]
  14. zp_vip_infecthealth 150 // Extra health witch zombies gets when infecting humans [0-off]
  15. zp_vip_nemextra 1 // 1 - ignore extra health (zp_vip_infecthealth) for nemesis [0-don't ignore]
  16. zp_vip_show 1 // Show connecting vips (in chat) [0-off]
  17. zp_vip_unlimited_ammo 1 // 1 - Give vips unlimited clip for all guns [0-off]
  18. zp_vip_no_fall_damage 1 // 1 - Disables fall damage for vips [0-off]
  19. zp_vip_damage_reward 300 // Damage done to get 1 ammo pack [0-off]. IMPORTANT: ZP mod always givving ammo in this type(If enabled). This cvar is seperate from main mod, so vips gets x2 ammo packs. One from mod, other from this plugin.
  20. zp_vip_damage_increase 1.5 // How much increase humans attack demage (damage*cvar). [1.0 - off]
  21. zp_vip_happy_hour 23-06 // Enables Happy Hour. Example: (zp_vip_hour 03-13) from 3h night, to 13h day. ['off' - off]
  22. zp_vip_happy_hour_frag 0 // Gives extra frag for kills and infect
  23. zp_vip_happy_hour_ammo 1 // Gives extra ammo packet for infect and kills
  24. zp_vip_nonvip_tease 1 // Let non vip player open /vm menu, but they can't buy anything.
  25.  
  26. // MODE 2 cvars (they will work only then MODE is set to 2 or 3)
  27.  
  28. zp_vip_register_in_zp_extra 1 // Show VIP menu in Zombie Plague Extra items menu [0-off]
  29. zp_vip_menu_close 1 // 1-will close menu, after extra item bought, 0 - don't
  30. zp_vip_hour 23-06 // Gives vips for all players. Example: (zp_vip_hour 03-13) from 3h night, to 13h day all will get a free vip. ['off' - off]
  31. zp_vip_hour_flags abce // Flags witch player gets (zp_vip_hour) active (check vips.ini)
  32.  
  33. // MODE 3 cvars (they will work only then MODE is set to 3)
  34.  
  35. zp_vip_cost_ammo 0 // How much ammo will cost VIP, if buying it from extra items menu [0-just opens menu, when select "VIP Menu".]
  36. zp_vip_buy_time 2 // days how long (days) players will have vip, when bought it for ammo. 0 - forever
  37. zp_vip_buy_flags abcde // Flags witch player gets when buying vip (check vips.ini)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement